summaryrefslogtreecommitdiff
path: root/pom.c
diff options
context:
space:
mode:
Diffstat (limited to 'pom.c')
-rw-r--r--pom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.c b/pom.c
index 5e98e4f..99102da 100644
--- a/pom.c
+++ b/pom.c
@@ -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);
}