-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src: fix leak in ObjectWrap instance set/getters #899
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for investigating and fixing
Flakey tests cause the run failure maybe @mhdawson ? |
@KevinEady it is a bit worrying that we seem to get intermittent failures. We saw that for a while in the CI but then it went away without me being able to figure out the cause. Might be worth running a few times locally (say 10 times) to make sure it does not recreate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
Fixes: #891 PR-URL: #899 Fixes: #891 Reviewed-By: Gabriel Schulhof <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Landed as: a575a6e |
Fixes: nodejs/node-addon-api#891 PR-URL: nodejs/node-addon-api#899 Fixes: nodejs/node-addon-api#891 Reviewed-By: Gabriel Schulhof <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Fixes: nodejs/node-addon-api#891 PR-URL: nodejs/node-addon-api#899 Fixes: nodejs/node-addon-api#891 Reviewed-By: Gabriel Schulhof <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Fixes: nodejs/node-addon-api#891 PR-URL: nodejs/node-addon-api#899 Fixes: nodejs/node-addon-api#891 Reviewed-By: Gabriel Schulhof <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Fixes: nodejs/node-addon-api#891 PR-URL: nodejs/node-addon-api#899 Fixes: nodejs/node-addon-api#891 Reviewed-By: Gabriel Schulhof <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Fixes: #891