aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1991-03-29 16:38:41 +0000
committerTheodore Tso <tytso@mit.edu>1991-03-29 16:38:41 +0000
commit95a72ae8aa42accc00e9bfec6e58900489a418db (patch)
tree0a67ab93ecc319ef1d8dc6c84e382aa9770fa2ec /doc
parent4baee4d8daf23a3902dc8fa507534b7413e373b5 (diff)
downloadkrb5-95a72ae8aa42accc00e9bfec6e58900489a418db.zip
krb5-95a72ae8aa42accc00e9bfec6e58900489a418db.tar.gz
krb5-95a72ae8aa42accc00e9bfec6e58900489a418db.tar.bz2
Documented change in krb5_rc_resolve now allocating memory
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1974 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc')
-rw-r--r--doc/api/rcache.tex5
-rw-r--r--doc/implement/rcache-i.tex5
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/api/rcache.tex b/doc/api/rcache.tex
index 8b2ad1a..7292ed0 100644
--- a/doc/api/rcache.tex
+++ b/doc/api/rcache.tex
@@ -91,6 +91,11 @@ be called before the other per-replay cache functions.
Requires that \funcparam{id} points to allocated space, with an
initialized \funcparam{id{\ptsto}ops} field.
+Since \funcname{krb5_rc_resolve} allocates memory,
+\funcname{krb5_rc_close} must be called to free the allocated memory,
+even if neither \funcname{krb5_rc_initialize} or
+\funcname{krb5_rc_recover} were successfully called by the application.
+
Returns: allocation errors.
diff --git a/doc/implement/rcache-i.tex b/doc/implement/rcache-i.tex
index 8b2ad1a..7292ed0 100644
--- a/doc/implement/rcache-i.tex
+++ b/doc/implement/rcache-i.tex
@@ -91,6 +91,11 @@ be called before the other per-replay cache functions.
Requires that \funcparam{id} points to allocated space, with an
initialized \funcparam{id{\ptsto}ops} field.
+Since \funcname{krb5_rc_resolve} allocates memory,
+\funcname{krb5_rc_close} must be called to free the allocated memory,
+even if neither \funcname{krb5_rc_initialize} or
+\funcname{krb5_rc_recover} were successfully called by the application.
+
Returns: allocation errors.