free auth_context on close [CID-98]

This commit is contained in:
Love Hornquist Astrand
2009-07-30 11:19:15 +02:00
parent c961189f95
commit 2127d8d6bc

View File

@@ -416,6 +416,8 @@ recv_v5_auth (kx_context *kc, int sock, u_char *buf)
ticket->client = NULL;
krb5_free_ticket (CONTEXT(kc), ticket);
krb5_auth_con_free(CONTEXT(kc), auth_context);
return 0;
}