Files
heimdal/lib
Ted Percival bfcdeda3b4 Fix memory leak in fcc_move
This usually occurs when re-initializing a file credential
cache over the top of an existing one.

This was meant to be fixed in commit 48cb3aa by calling
fcc_destroy(), but that only unlinks the "from" file
(which was already renamed or unlinked) but still doesn't
free the in-memory credentials. Using fcc_close() instead of
fcc_destroy() frees the leaked in-memory credentials.

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
2009-12-10 23:35:44 +01:00
..
2009-11-25 02:19:05 +01:00
2009-11-24 21:56:41 -08:00
2009-11-25 02:15:29 +01:00
2009-11-23 17:59:50 -08:00
2009-12-09 22:40:10 +01:00
2009-12-10 23:35:44 +01:00
2009-12-07 21:10:52 -08:00
2009-12-07 21:15:29 -08:00
2009-11-24 12:33:37 -08:00
2009-11-21 10:29:39 -08:00