summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-kdb/ipa_kdb.h
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2013-02-12 11:59:22 +0100
committerMartin Kosek <mkosek@redhat.com>2013-02-14 10:09:48 +0100
commit93ea8a6ac311d7365b093b3449b281bbfa0911ab (patch)
treed35eb678374bbb6a58afc5b64878ad3ad11f6048 /daemons/ipa-kdb/ipa_kdb.h
parentb8079f9ed4ba9632c77fa973aa2247a4d30434fa (diff)
downloadfreeipa-93ea8a6ac311d7365b093b3449b281bbfa0911ab.tar.gz
freeipa-93ea8a6ac311d7365b093b3449b281bbfa0911ab.tar.xz
freeipa-93ea8a6ac311d7365b093b3449b281bbfa0911ab.zip
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
Diffstat (limited to 'daemons/ipa-kdb/ipa_kdb.h')
-rw-r--r--daemons/ipa-kdb/ipa_kdb.h2
1 files changed, 2 insertions, 0 deletions
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,