diff --git a/lib/krb5/init_creds_pw.c b/lib/krb5/init_creds_pw.c index 6e3485896..1eece1760 100644 --- a/lib/krb5/init_creds_pw.c +++ b/lib/krb5/init_creds_pw.c @@ -2138,6 +2138,7 @@ fast_wrap_req(krb5_context context, struct fast_state *state, KDC_REQ *req) out: free_PA_FX_FAST_REQUEST(&fxreq); + free_KrbFastReq(&fastreq); if (fxarmor) { free_KrbFastArmor(fxarmor); free(fxarmor);