summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--netfs/unittests/testFuse.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/netfs/unittests/testFuse.cpp b/netfs/unittests/testFuse.cpp
index ded7077..0a466d5 100644
--- a/netfs/unittests/testFuse.cpp
+++ b/netfs/unittests/testFuse.cpp
@@ -39,6 +39,7 @@ public:
th->join();
}
std::filesystem::remove(mntpnt);
+ ::fuse_destroy(fs);
}
FuseMountPoint(const FuseMountPoint &) = delete;