s3: client tools: Call popt_free_cmdline_auth_info() on all normal exits.
[bbaumbach/samba-autobuild/.git] / examples / fuse / smb2mount.c
index 67667bea6d0e476d1f5ff406c9df6d735f827e73..816b0b597ad4847fe5cc8a963696d5b0b9b782a6 100644 (file)
@@ -154,6 +154,7 @@ int main(int argc, char *argv[])
                return -1;
        }
 
+       popt_free_cmdline_auth_info();
        TALLOC_FREE(frame);
        return 0;
 }