mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
s3:utils: Call gfree_all() before exit in sharesec
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
72add41e2a
commit
d7a8e63f1d
@ -605,6 +605,7 @@ int main(int argc, const char *argv[])
|
||||
}
|
||||
|
||||
done:
|
||||
gfree_all();
|
||||
poptFreeContext(pc);
|
||||
talloc_destroy(ctx);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user