1
0
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:
Andreas Schneider 2023-10-24 12:00:16 +02:00 committed by Andrew Bartlett
parent 72add41e2a
commit d7a8e63f1d

View File

@ -605,6 +605,7 @@ int main(int argc, const char *argv[])
}
done:
gfree_all();
poptFreeContext(pc);
talloc_destroy(ctx);