mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-05 21:07:52 +00:00
Fix memleak
This commit is contained in:
parent
7025477402
commit
ccbaf9ea89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user