memory can be freed while keeping a rust reference to it
Closed this issue · 0 comments
lovasoa commented
Souldn't this be a Drop implementation ?
The library should not leak memory, or free memory that can still be accessed. Maybe you should add a test where you solve many large problems in a loop ?