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

Fix OOM issues due to wrong pointer allocation #10

Merged
merged 1 commit into from
May 28, 2023

Conversation

Joffref
Copy link
Owner

@Joffref Joffref commented May 28, 2023

Inside allocation method, instead of leaking a box we must directly leaks the vector.

@Joffref Joffref added the bug Something isn't working label May 28, 2023
@Joffref Joffref self-assigned this May 28, 2023
@Joffref Joffref merged commit 9d3aeef into master May 28, 2023
@Joffref Joffref deleted the joffref/fix-memory-leak branch May 28, 2023 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant