diff options
author | Ken Raeburn <raeburn@mit.edu> | 2009-06-18 21:56:48 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2009-06-18 21:56:48 +0000 |
commit | 0f06098e2ab419d02e89a1ca6bc9f2828f6bdb1e (patch) | |
tree | 4e9cf7dacdf87f13715f3e22a235ae38ecbfb528 /src/lib/rpc/svc_auth_gssapi.c | |
parent | bd13166a4098198832d921b8e50b97008b714b7b (diff) | |
download | krb5-0f06098e2ab419d02e89a1ca6bc9f2828f6bdb1e.tar.gz krb5-0f06098e2ab419d02e89a1ca6bc9f2828f6bdb1e.tar.xz krb5-0f06098e2ab419d02e89a1ca6bc9f2828f6bdb1e.zip |
minor memory leak in 'none' replay cache type
The replay cache type implementations are responsible for freeing the
main rcache structure when the cache handle is closed. The 'none'
rcache type wasn't doing this, resulting in a small memory leak each
time such a cache was opened and closed. Not a big deal for a server
process servicing a single client, but it could accumulate (very very
slowly) for a long-running server.
ticket: 6514
tags: pullup
target_version: 1.7.1
version_reported: 1.7
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22417 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/rpc/svc_auth_gssapi.c')
0 files changed, 0 insertions, 0 deletions