Fix reloading config after 7ff2a71aa09054811833ce0aafb00f3898bdbe72
authorNikolas Garofil <garo@dunaldi.garofil.be>
Sat, 1 Aug 2009 10:14:10 +0000 (12:14 +0200)
committerNikolas Garofil <garo@dunaldi.garofil.be>
Sat, 1 Aug 2009 10:14:10 +0000 (12:14 +0200)
src/conky.c

index 8b0763d..c056fee 100644 (file)
@@ -7677,6 +7677,7 @@ void clean_up(void *memtofree1, void* memtofree2)
 {
        int i;
        conftree_empty(currentconffile);
+       currentconffile = NULL;
        if(memtofree1) {
                free(memtofree1);
        }