]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix memory leak closing DIR ccaches
authorGreg Hudson <ghudson@mit.edu>
Wed, 20 Feb 2013 17:06:12 +0000 (12:06 -0500)
committerTom Yu <tlyu@mit.edu>
Wed, 20 Feb 2013 20:22:00 +0000 (15:22 -0500)
commitff074ccd98f1e8a41c35735e14f0b17112bbd36e
tree47ec3c789a5c339f7829086ec3b518c4e20226fa
parent033915b91a48cb1434eac06408bb987ad73d29bc
Fix memory leak closing DIR ccaches

A ccache type's close function is supposed to free the cache container
as well as the type-specific data.  dcc_close was not doing so,
causing a small memory leak each time a ccache is created or
destroyed.

(cherry picked from commit c264c4e824e1abe77806e7bf43ab2641459b7ee9)

ticket: 7574
version_fixed: 1.11.1
status: resolved
src/lib/krb5/ccache/cc_dir.c