1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-11 18:38:45 +00:00

free text objects for 'tail'

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@348 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Johannes Winkelmann 2005-10-16 13:00:35 +00:00
parent ca4dceb2ae
commit 5b5a419bd0

View File

@ -1006,6 +1006,10 @@ static void free_text_objects()
case OBJ_if_running:
free(text_objects[i].data.ifblock.s);
break;
case OBJ_tail:
free(text_objects[i].data.tail.logfile);
free(text_objects[i].data.tail.buffer);
break;
case OBJ_text:
case OBJ_font:
free(text_objects[i].data.s);