fix FUSE API 26 crash during exit (Szeredi, Szaka)

master N2006_11_11_220751
szaka 2006-11-11 20:12:40 +00:00
parent fc448b311e
commit b2ce68ed26
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}