-
Notifications
You must be signed in to change notification settings - Fork 146
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
Panicking insert_many leaks memory #208
Comments
This leak was intentional; see #96 and 26b2490 for details. To fix this the leak without adding a double-free, the loop in |
cc #186. |
enable Miri leak checker Works around #208
The
test_insert_many_panic
test leaks memory. Both of these allocations here to do get freed, presumably due to the panickinginsert_many
:rust-smallvec/lib.rs
Lines 2096 to 2101 in 3957cd8
Found by Miri:
The text was updated successfully, but these errors were encountered: