diff options
-rw-r--r-- | proxy/src/gp_rpc_accept_sec_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy/src/gp_rpc_accept_sec_context.c b/proxy/src/gp_rpc_accept_sec_context.c index 4bb892b..22a4cf7 100644 --- a/proxy/src/gp_rpc_accept_sec_context.c +++ b/proxy/src/gp_rpc_accept_sec_context.c @@ -160,6 +160,7 @@ done: gss_release_name(&ret_min, &src_name); gss_release_buffer(&ret_min, &obuf); gss_release_cred(&ret_min, &dch); + gss_release_cred(&ret_min, &ach); gss_delete_sec_context(&ret_min, &ctx, GSS_C_NO_BUFFER); return ret; |