mirror of
https://github.com/samba-team/samba.git
synced 2025-11-01 16:23:49 +03:00
s3: client tools: Call popt_free_cmdline_auth_info() on all normal exits.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
committed by
Andreas Schneider
parent
bec0cd2ee2
commit
47dc643b0d
@@ -322,6 +322,7 @@ int main(int argc, char *argv[])
|
||||
return 1;
|
||||
}
|
||||
|
||||
popt_free_cmdline_auth_info();
|
||||
TALLOC_FREE(frame);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user