projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21964d8
)
Added free(creds) to deep_free_cc_v5_creds so that someone is freeing the cc_creds...
author
Alexandra Ellwood
<lxs@mit.edu>
Thu, 5 Aug 1999 15:35:16 +0000
(15:35 +0000)
committer
Alexandra Ellwood
<lxs@mit.edu>
Thu, 5 Aug 1999 15:35:16 +0000
(15:35 +0000)
I searched the k5 sources for folks calling deep_free_cc_v5_creds and my change seems to not break anything.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11620
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/ccache/ccapi/stdcc_util.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/ccache/ccapi/stdcc_util.c
b/src/lib/krb5/ccache/ccapi/stdcc_util.c
index 7acb60380cd24a5b52e89a53cd748ff330132f64..d6f41b069236dae8f318e6fc6e6f6c4e1c4d782f 100644
(file)
--- a/
src/lib/krb5/ccache/ccapi/stdcc_util.c
+++ b/
src/lib/krb5/ccache/ccapi/stdcc_util.c
@@
-483,6
+483,8
@@
static void deep_free_cc_v5_creds (cc_creds* creds) {
deep_free_cc_data_array (creds -> addresses);
deep_free_cc_data_array (creds -> authdata);
+
+ free(creds);
}
static void deep_free_cc_creds (cred_union creds) {