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:
parent
6386f31317
commit
4dc5da1335
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user