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:
parent
3c4714bc83
commit
0653f78bcc
@ -1378,6 +1378,9 @@ static struct functable net_func[] = {
|
||||
poptFreeContext(pc);
|
||||
|
||||
cmdline_messaging_context_free();
|
||||
|
||||
gfree_all();
|
||||
|
||||
TALLOC_FREE(frame);
|
||||
return rc;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user