-
Notifications
You must be signed in to change notification settings - Fork 824
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
Fixed some memory leak issue with InstanceHandle #3493
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.
Rename: InstanceHandle
to VMInstance
and write_instance
to into_vminstance
…stance to into_vminstance
I guess you are aware, but that rename is a breaking change and would require a major version bump for the vm crate. |
I think |
It's in the public API of |
It's also in the public api, because of |
This also fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=55183 when tested localy |
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.
Looks good 👍
This is help with #3485
This memory leak is also tracked there: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=55183