diff --git a/src/ntfs-3g.c b/src/ntfs-3g.c index a8a7fa94..33dd8292 100644 --- a/src/ntfs-3g.c +++ b/src/ntfs-3g.c @@ -2025,8 +2025,8 @@ mount_failed: ctx->vol->minor_ver); fuse_loop(fh); - fuse_destroy(fh); fuse_unmount(opts.mnt_point, fc); + fuse_destroy(fh); ntfs_fuse_destroy(); return 0; }