(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:
@@ -522,8 +522,7 @@ krb5_rd_req(krb5_context context,
|
|||||||
ap_req_options,
|
ap_req_options,
|
||||||
ticket);
|
ticket);
|
||||||
|
|
||||||
if(keyblock != NULL)
|
krb5_free_keyblock(context, keyblock);
|
||||||
krb5_free_keyblock(context, keyblock);
|
|
||||||
|
|
||||||
out:
|
out:
|
||||||
free_AP_REQ(&ap_req);
|
free_AP_REQ(&ap_req);
|
||||||
|
Reference in New Issue
Block a user