(krb5_mk_req_extended): free the checksum

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2795 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-08-08 03:53:57 +00:00
parent 3b39a9fb9c
commit eb5df0ad88

View File

@@ -88,6 +88,8 @@ krb5_mk_req_extended(krb5_context context,
c_opt,
NULL,
&authenticator);
if (c_opt)
free_Checksum (c_opt);
if (r)
return r;