diff options
author | Sumit Bose <sbose@redhat.com> | 2017-02-02 12:32:13 +0100 |
---|---|---|
committer | Sumit Bose <sbose@redhat.com> | 2017-02-23 13:05:17 +0100 |
commit | 2c91c3790f4a0489b578b9c19b730af708973854 (patch) | |
tree | 0609ea6a3a01ad203eaf5740e4ff7dc332410f7c /daemons/ipa-kdb/ipa_kdb.c | |
parent | a4c09fea01c3382ec17e2095df6fd79a73f71f1e (diff) | |
download | freeipa-certauth.tar.gz freeipa-certauth.tar.xz freeipa-certauth.zip |
WIP: IPA certauth plugincertauth
Diffstat (limited to 'daemons/ipa-kdb/ipa_kdb.c')
-rw-r--r-- | daemons/ipa-kdb/ipa_kdb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/daemons/ipa-kdb/ipa_kdb.c b/daemons/ipa-kdb/ipa_kdb.c index e74ab5627..8f594490c 100644 --- a/daemons/ipa-kdb/ipa_kdb.c +++ b/daemons/ipa-kdb/ipa_kdb.c @@ -66,6 +66,8 @@ static void ipadb_context_free(krb5_context kcontext, } free(cfg->authz_data); + ipa_certauth_free_moddata(&((*ctx)->certauth_moddata)); + free(*ctx); *ctx = NULL; } |