From 93ea8a6ac311d7365b093b3449b281bbfa0911ab Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Tue, 12 Feb 2013 11:59:22 +0100 Subject: ipa-kdb: remove memory leaks All known memory leaks caused by unfreed allocated memory or unfreed LDAP results (which should be also done after unsuccessful searches) are fixed. https://fedorahosted.org/freeipa/ticket/3413 --- daemons/ipa-kdb/ipa_kdb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'daemons/ipa-kdb/ipa_kdb.h') diff --git a/daemons/ipa-kdb/ipa_kdb.h b/daemons/ipa-kdb/ipa_kdb.h index beff8b208..f472f0245 100644 --- a/daemons/ipa-kdb/ipa_kdb.h +++ b/daemons/ipa-kdb/ipa_kdb.h @@ -237,6 +237,8 @@ krb5_error_code ipadb_sign_authdata(krb5_context context, krb5_error_code ipadb_reinit_mspac(struct ipadb_context *ipactx); +void ipadb_mspac_struct_free(struct ipadb_mspac **mspac); + /* DELEGATION CHECKS */ krb5_error_code ipadb_check_allowed_to_delegate(krb5_context kcontext, -- cgit