(krb5_rd_req): always free keyblock since its alway used

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12947 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-10-03 00:39:21 +00:00
parent adaa1fb814
commit 97d37d8057

View File

@@ -522,8 +522,7 @@ krb5_rd_req(krb5_context context,
ap_req_options,
ticket);
if(keyblock != NULL)
krb5_free_keyblock(context, keyblock);
krb5_free_keyblock(context, keyblock);
out:
free_AP_REQ(&ap_req);