The native code creates references (e.g. here), yet these are never deleted via napi_delete_reference. I can actually see a memory leak happen in my project, when using mount/unmount. In my case I can see the fuse ops are being held in memory by global handles.