dimforge / nalgebra

Linear algebra library for Rust.
https://nalgebra.org
Apache License 2.0
4.04k stars 485 forks source link

Introduce Storage::forget_elements() to fix memory leak in Matrix::generic_resize() #1416

Closed sebcrozet closed 5 months ago

sebcrozet commented 5 months ago

This is a rebased version of #1379 so I can include it in today’s release without bothering the author. I wasn’t able to push directly to the PR’s branch, likely because it has been disabled when opening the PR. Hopefully git/github should be smart enough to preserve authorship here.