1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00

Merge branch 'master' of git.omp.am:/home/omp/git/conky

This commit is contained in:
Brenden Matthews 2009-07-07 17:34:02 -06:00
commit def86cbb35

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);
}