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:
parent
ff003fc87b
commit
31d3d10b26
@ -242,6 +242,7 @@ int main(int argc, char **argv)
|
||||
return 0;
|
||||
|
||||
fail:
|
||||
poptFreeContext(pc);
|
||||
TALLOC_FREE(frame);
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user