Skip to content

Memory leak in native code due to missing napi_delete_reference #41

@skadisch

Description

@skadisch

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions