Closed mhdawson closed 1 year ago
@KevinEady is going to take a look at this one.
Suggestion is to add to doc in node-addon-api repo
I've been working on this, but what I have runs more like a blog-post than a documentation guide. PTAL and add comments as necessary: Checking Node Add-ons for Memory Leaks using Valgrind.
Would this be okay as a format for the node-addon-api doc?
PR created https://github.com/nodejs/node/pull/47760
PR landed, done
Add to Node.js api docs
1) info on checking addons for memory leaks 2) that by default you will see one leak as outlined in - https://github.com/nodejs/node/issues/44518