summaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.c b/src/conf.c
index e6c5275..4ba59e9 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -184,6 +184,7 @@ conf_free(struct MaskItem *conf)
MyFree(conf->passwd);
MyFree(conf->spasswd);
MyFree(conf->reason);
+ MyFree(conf->certfp);
MyFree(conf->user);
MyFree(conf->host);
#ifdef HAVE_LIBCRYPTO