Skip to content

Commit

Permalink
don't get stat on path after it was removed from config file (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn authored and brndnmtthws committed May 6, 2016
1 parent 2a9e21e commit 5d50e9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/conky.cc
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
#ifdef BUILD_X11
#include "fonts.h"
#endif
#include "fs.h"
#ifdef BUILD_ICONV
#include "iconv_tools.h"
#endif
Expand Down Expand Up @@ -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);

Expand Down

0 comments on commit 5d50e9b

Please sign in to comment.