diff options
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |