1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-30 10:38:36 +00:00

Fix crash with (for example): conky -s '${combine $uptime $uptime}'

This commit is contained in:
Nikolas Garofil 2010-02-21 19:26:11 +01:00
parent d184efb418
commit 31e22acb4b

View File

@ -2419,7 +2419,6 @@ void clean_up(void *memtofree1, void* memtofree2)
free_desktop_info();
#endif /* BUILD_X11 */
free_text_objects(&global_root_object);
free_and_zero(tmpstring1);
free_and_zero(tmpstring2);
free_and_zero(text_buffer);