1
0
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:
Jeremy Allison
2017-04-25 17:08:30 -07:00
committed by Andreas Schneider
parent bec0cd2ee2
commit 47dc643b0d
6 changed files with 10 additions and 0 deletions

View File

@@ -322,6 +322,7 @@ int main(int argc, char *argv[])
return 1;
}
popt_free_cmdline_auth_info();
TALLOC_FREE(frame);
return 0;
}