Added free(creds) to deep_free_cc_v5_creds so that someone is freeing the cc_creds...
authorAlexandra Ellwood <lxs@mit.edu>
Thu, 5 Aug 1999 15:35:16 +0000 (15:35 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Thu, 5 Aug 1999 15:35:16 +0000 (15:35 +0000)
commit091b5a37b779b652f1dd47dfc014051e5606b03a
treef427094ac9dc4c68e81da22a3495e6f98a191acd
parent21964d83bbacfb52bc7e1cf40e3def2c048a9468
Added free(creds) to deep_free_cc_v5_creds so that someone is freeing the cc_creds 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 anything.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11620 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/ccache/ccapi/stdcc_util.c