aboutsummaryrefslogtreecommitdiffstats
path: root/lib/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/helper.c')
-rw-r--r--lib/helper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/helper.c b/lib/helper.c
index a5e4854..cd3cfea 100644
--- a/lib/helper.c
+++ b/lib/helper.c
@@ -98,6 +98,8 @@ static int fuse_start(int fuse_fd, int flags, int multithreaded,
fuse_loop_mt(fuse);
else
fuse_loop(fuse);
+
+ fuse_destroy(fuse);
return 0;
}