gss/krb5: gsskrb5_acceptor_start authenticator leak

Change-Id: I78c546590776ae4c30a49bfb919285b0eb15a06b
This commit is contained in:
Jeffrey Altman
2016-11-19 10:18:12 -05:00
parent a1d3ab05c4
commit 2be6646adc

View File

@@ -584,6 +584,7 @@ gsskrb5_acceptor_start(OM_uint32 * minor_status,
if (ap_options & AP_OPTS_MUTUAL_REQUIRED)
ctx->flags |= GSS_C_MUTUAL_FLAG;
}
krb5_free_authenticator(context, &authenticator);
}
if(ctx->flags & GSS_C_MUTUAL_FLAG) {