diff --git a/fuse-native.c b/fuse-native.c index c809795..5a78a76 100644 --- a/fuse-native.c +++ b/fuse-native.c @@ -861,6 +861,7 @@ NAPI_METHOD(fuse_native_unmount) { // pthread_join(ft->thread, NULL); } + // TODO: fix the async holding the loop uv_unref((uv_handle_t *) &(ft->async)); ft->mounted--;