]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix memory leak in 'none' replay cache type 897/head
authorCorene Casper <C.Casper@Dell.com>
Sat, 16 Feb 2019 05:49:26 +0000 (00:49 -0500)
committerGreg Hudson <ghudson@mit.edu>
Mon, 25 Feb 2019 17:10:01 +0000 (12:10 -0500)
commitaf2a3115cb8feb5174151b4b40223ae45aa9db17
tree6e7bacbcb6882b98a9c9ccf83b423ce6f4b906de
parent3a67736bb9b7873d26a44a7d32b98a2da98d2db6
Fix memory leak in 'none' replay cache type

Commit 0f06098e2ab419d02e89a1ca6bc9f2828f6bdb1e fixed part of a memory
leak in the 'none' replay cache type by freeing the outer container,
but we also need to free the mutex.

[ghudson@mit.edu: wrote commit message]

ticket: 8783
tags: pullup
target_version: 1.17-next
target_version: 1.16-next
src/lib/krb5/rcache/rc_none.c