diff options
Diffstat (limited to 'pom.c')
-rw-r--r-- | pom.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1270,6 +1270,7 @@ pom_load_path(const pom_settings *psettings, const char *path, pom_error **error void pom_conf_free(pom_conf *conf) { + if (!conf) return; conf_free(conf->main); } |