1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 18:45:10 +00:00

Fix memleak triggered by (and others)

This commit is contained in:
Nikolas Garofil 2009-07-08 00:35:20 +02:00
parent 18ecbef1ae
commit 553528cb3d

View File

@ -7612,6 +7612,7 @@ static void clean_up(void)
specials = NULL;
}
clear_net_stats();
clear_diskio_stats();
if(global_cpu != NULL) free(global_cpu);
}