From 144fc12c0ea484eb193c20fa010796b6ea0e54cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 13 Mar 2005 15:07:13 +0000 Subject: [PATCH] more text about how to free returned resources git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14634 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_keytab.3 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/krb5/krb5_keytab.3 b/lib/krb5/krb5_keytab.3 index 31b53460d..2ea34a794 100644 --- a/lib/krb5/krb5_keytab.3 +++ b/lib/krb5/krb5_keytab.3 @@ -343,6 +343,8 @@ pointed to by .Fa cursor and advance the .Fa cursor . +On success the returne entry must be freed with +.Fn krb5_kt_free_entry . Returns 0 or an error. .Pp .Fn krb5_kt_end_seq_get @@ -358,6 +360,8 @@ into .Fa entry from the keytab .Fa id . +On success the returne entry must be freed with +.Fn krb5_kt_free_entry . Returns 0 or an error. .Pp .Fn krb5_kt_read_service_key @@ -369,6 +373,8 @@ from the keytab in .Fa keyprocarg (the default if == NULL) into .Fa *key . +On success the returned key must be freed with +.Fa krb5_free_keyblock . Returns 0 or an error. .Pp .Fn krb5_kt_remove_entry