1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

s3:utils: Call gfree_all() before exit in ntlm_auth

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2023-10-24 11:58:10 +02:00 committed by Andrew Bartlett
parent 0653f78bcc
commit 8482d46fab

View File

@ -2849,7 +2849,7 @@ enum {
}
/* Exit code */
gfree_all();
poptFreeContext(pc);
TALLOC_FREE(frame);
return 0;