-
Notifications
You must be signed in to change notification settings - Fork 11
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 found by LeakSanitizer #45
Comments
Most of the memory leaks are from
The situation here is similar to the followings The My understanding is: The memory allocated by |
There are some memory leaks that are in our control:
To make the memory leak more reasonable, we should skip the tests marked with |
There are lots of memory leaks found by LeakSanitizer
The result of running
RUSTFLAGS="-Z sanitizer=leak" cargo test
isSUMMARY: LeakSanitizer: 16950 byte(s) leaked in 400 allocation(s).
:The text was updated successfully, but these errors were encountered: