config: free include path on successful load

This commit is contained in:
Ian Fan 2018-07-15 21:48:39 +01:00
parent ba8981e44b
commit 92450883d7
1 changed files with 1 additions and 0 deletions

View File

@ -474,6 +474,7 @@ static bool load_include_config(const char *path, const char *parent_dir,
list_del(config->config_chain, index);
return false;
}
free(real_path);
// restore current_config_path
config->current_config_path = parent_config;