summaryrefslogtreecommitdiff
path: root/examples/fuse
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2017-04-25 17:08:30 -0700
committerAndreas Schneider <asn@cryptomilk.org>2017-05-09 09:56:09 +0200
commit47dc643b0d22a50bce8feab1a4994f576a3e3afa (patch)
treebcbdff7d6a4ca6e75bbe0e8115f5087ea09b3f23 /examples/fuse
parentbec0cd2ee261f68f16c7860858e1128702806f5a (diff)
downloadsamba-47dc643b0d22a50bce8feab1a4994f576a3e3afa.tar.gz
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>
Diffstat (limited to 'examples/fuse')
-rw-r--r--examples/fuse/smb2mount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/fuse/smb2mount.c b/examples/fuse/smb2mount.c
index 67667bea6d0..816b0b597ad 100644
--- a/examples/fuse/smb2mount.c
+++ b/examples/fuse/smb2mount.c
@@ -154,6 +154,7 @@ int main(int argc, char *argv[])
return -1;
}
+ popt_free_cmdline_auth_info();
TALLOC_FREE(frame);
return 0;
}