]> 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)
committerGreg Hudson <ghudson@mit.edu>
Wed, 20 Feb 2013 17:06:12 +0000 (12:06 -0500)
commitc264c4e824e1abe77806e7bf43ab2641459b7ee9
treed3c85921f8a1dd2909de05bf30397a8be30cf317
parentf20a77e879d203cdcb1bdbf9dc8e604a5187c88f
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.

ticket: 7574 (new)
target_version: 1.11.1
tags: pullup
src/lib/krb5/ccache/cc_dir.c