aboutsummaryrefslogtreecommitdiffstats
path: root/lib/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/helper.c')
-rw-r--r--lib/helper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/helper.c b/lib/helper.c
index b078c25..ae43c87 100644
--- a/lib/helper.c
+++ b/lib/helper.c
@@ -377,7 +377,6 @@ void fuse_teardown(struct fuse *fuse, int fd, char *mountpoint)
fuse_instance = NULL;
fuse_destroy(fuse);
- close(fd);
fuse_unmount(mountpoint);
free(mountpoint);
}