1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r11310: Free the 'if_relevent' portion of the PAC when we build it.

Andrew Bartlett
(This used to be commit ede638c00b)
This commit is contained in:
Andrew Bartlett 2005-10-26 23:34:15 +00:00 committed by Gerald (Jerry) Carter
parent 6386f31317
commit 4dc5da1335

View File

@ -1821,6 +1821,7 @@ tgs_make_reply(krb5_context context,
if_relevant->val[0].ad_data.length = pac.length;
ASN1_MALLOC_ENCODE(AuthorizationData, buf, buf_size, if_relevant, &len, ret);
free_AuthorizationData(if_relevant);
auth_data = NULL;
ALLOC(auth_data);