* stdcc_util.c (deep_free_cc_v5_creds):
authorAlexandra Ellwood <lxs@mit.edu>
Thu, 5 Aug 1999 15:40:12 +0000 (15:40 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Thu, 5 Aug 1999 15:40:12 +0000 (15:40 +0000)
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.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11621 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/ccapi/ChangeLog

index 276a176ebdafd30428c8d5940c67c0da38bb8e25..dfe92f16ff96400f657b401cddae70f4ac60ec84 100644 (file)
@@ -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):