diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/config-parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/config-parser.c b/common/config-parser.c index a76e9c2..79bead9 100644 --- a/common/config-parser.c +++ b/common/config-parser.c @@ -314,7 +314,7 @@ parse_dir_internal(const char* subdir, void* data) if(!is_reg && !is_lnk) continue; - /* Build a happy path name */ + memory = NULL; cfg_parse_file(path, data, &memory); /* We call it with blanks after files */ |