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

don't get stat on path after it was removed from config file (#250)

This commit is contained in:
Maximilian K 2016-05-06 13:24:52 +02:00 committed by Brenden Matthews
parent 2a9e21e23b
commit 5d50e9be67

View File

@ -83,6 +83,7 @@
#ifdef BUILD_X11
#include "fonts.h"
#endif
#include "fs.h"
#ifdef BUILD_ICONV
#include "iconv_tools.h"
#endif
@ -2597,6 +2598,7 @@ void clean_up_without_threads(void *memtofree1, void* memtofree2)
free_specials(specials);
clear_net_stats();
clear_fs_stats();
clear_diskio_stats();
free_and_zero(global_cpu);