Skip to content
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

[Bug] References memory leak #71

Closed
pavly-gerges opened this issue Jun 5, 2023 · 0 comments · Fixed by #72
Closed

[Bug] References memory leak #71

pavly-gerges opened this issue Jun 5, 2023 · 0 comments · Fixed by #72
Labels
bug Something isn't working core Concerning API core code

Comments

@pavly-gerges
Copy link
Member

pavly-gerges commented Jun 5, 2023

The global references to the garbage collected directly allocated buffers are not being deallocated from the heap due to escape analysis avoidance of the Global References.

@pavly-gerges pavly-gerges added bug Something isn't working core Concerning API core code labels Jun 5, 2023
@pavly-gerges pavly-gerges linked a pull request Jun 6, 2023 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core Concerning API core code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant