1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s3/utils: Add missing poptFreeContext

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15205

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Noel Power 2022-10-14 11:26:24 +01:00 committed by Ralph Boehme
parent ff003fc87b
commit 31d3d10b26

View File

@ -242,6 +242,7 @@ int main(int argc, char **argv)
return 0;
fail:
poptFreeContext(pc);
TALLOC_FREE(frame);
return 1;
}