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 net

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:57:14 +02:00 committed by Andrew Bartlett
parent 3c4714bc83
commit 0653f78bcc

View File

@ -1378,6 +1378,9 @@ static struct functable net_func[] = {
poptFreeContext(pc);
cmdline_messaging_context_free();
gfree_all();
TALLOC_FREE(frame);
return rc;
}