Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.507 (Entity 5.507) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 578 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] https://github.com/krb5/krb5/commit/af2a3115cb8feb5174151b4b40223ae45aa9db17 Author: Corene Casper Committer: Greg Hudson Commit: af2a3115cb8feb5174151b4b40223ae45aa9db17 Branch: master src/lib/krb5/rcache/rc_none.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)