removed extra free

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2021 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-07 09:52:14 +00:00
parent 99df1caa26
commit 2b911eac5f

View File

@@ -43,6 +43,5 @@ krb5_mk_req_extended(krb5_context context,
r = krb5_build_ap_req (context, in_creds, ap_req_options,
authenticator, outbuf);
krb5_data_free (&authenticator);
return r;
}