1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2024-10-27 18:34:01 +00:00
This commit is contained in:
Mathias Buus 2020-01-14 11:58:14 +01:00
parent 383ace28ab
commit b5e9b34dc2

View File

@ -861,6 +861,7 @@ NAPI_METHOD(fuse_native_unmount) {
// pthread_join(ft->thread, NULL); // pthread_join(ft->thread, NULL);
} }
// TODO: fix the async holding the loop
uv_unref((uv_handle_t *) &(ft->async)); uv_unref((uv_handle_t *) &(ft->async));
ft->mounted--; ft->mounted--;