From 66c76976150666246e9d2fadb47ca417ecc041ed Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 24 Oct 2023 11:58:49 +0200 Subject: [PATCH] s3:utils: Call gfree_all() before exit in pdbedit Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- source3/utils/pdbedit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/utils/pdbedit.c b/source3/utils/pdbedit.c index 554eaf0ed67..eb6b9823902 100644 --- a/source3/utils/pdbedit.c +++ b/source3/utils/pdbedit.c @@ -1407,6 +1407,7 @@ int main(int argc, const char **argv) } poptPrintHelp(pc, stderr, 0); + gfree_all(); poptFreeContext(pc); TALLOC_FREE(frame); return 1; -- 2.47.3