Skip to content

Commit

Permalink
* stdcc_util.c (deep_free_cc_v5_creds): Added free(creds) so that the…
Browse files Browse the repository at this point in the history
… cc_creds gets freed when a cred_union gets freed. Before it was leaking memory. I searched the k5 sources for folks calling deep_free_cc_v5_creds and my change seems to not break anyone else.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11621 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
lxs committed Aug 5, 1999
1 parent f971e4a commit 0e40841
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/lib/krb5/ccache/ccapi/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1999-08-05 Alexandra Ellwood <lxs@mit.edu>

* stdcc_util.c (deep_free_cc_v5_creds):
Added free(creds) so that the cc_creds gets freed when a
cred_union gets freed. Before it was leaking memory.

I searched the k5 sources for folks calling deep_free_cc_v5_creds
and my change seems to not break anyone else.

1999-08-03 Alexandra Ellwood <lxs@mit.edu>

* stdcc.c (krb5_stdcc_destroy):
Expand Down

0 comments on commit 0e40841

Please sign in to comment.