1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-05 21:07:52 +00:00

Fix memleak

This commit is contained in:
Nikolas Garofil 2009-11-10 00:15:30 +01:00
parent 7025477402
commit ccbaf9ea89

View File

@ -1608,6 +1608,7 @@ void free_text_objects(struct text_object *root, int internal)
break;
#endif /* X11 */
}
if(obj->special_data) free(obj->special_data);
free(obj);
}
#undef data