From 269fcc53e7d02496cc919e53ad2493e06b872f52 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Thu, 30 Jul 2009 10:48:06 +0200 Subject: [PATCH] Free auth_context [CID-102] --- appl/rsh/rshd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appl/rsh/rshd.c b/appl/rsh/rshd.c index e43ae018c..b22918b40 100644 --- a/appl/rsh/rshd.c +++ b/appl/rsh/rshd.c @@ -396,6 +396,8 @@ recv_krb5_auth (int s, u_char *buf, } } + krb5_auth_con_free(context, auth_context); + return 0; } #endif /* KRB5 */ -- 2.11.4.GIT