You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for Vectors by manually freeing the return value. This does not fix for hscript. Strings are not leaked, doing this for them crashes, so the current non-functional retval.Free() is actually dangerous here.
Describe the bug
Instances returned from native functions are not released.
Steps to reproduce
Call any native function that returns an instance, watch the memory usage.
The text was updated successfully, but these errors were encountered: