mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-13 19:22:58 +00:00
don't get stat on path after it was removed from config file (#250)
This commit is contained in:
parent
2a9e21e23b
commit
5d50e9be67
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user