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

Memory leaks when running multiple threads #45

Closed
Felix-El opened this issue Aug 16, 2024 · 1 comment
Closed

Memory leaks when running multiple threads #45

Felix-El opened this issue Aug 16, 2024 · 1 comment

Comments

@Felix-El
Copy link
Contributor

There seems to be an issue with the underlying threadpool crate in that memory is not freed after testing. This is not great as it is common to run tests under valgrind to detect leaks while shooting for full coverage.

@LukasKalbertodt
Copy link
Owner

Fixed by #46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants