jeromerobert / hmat-oss

A hierarchical matrix C/C++ library
GNU General Public License v2.0
22 stars 11 forks source link

Fix leak in doCompressionAcaPartial #74

Closed jschueller closed 3 years ago

jschueller commented 3 years ago

seems serious because we leak the column size in a loop this function does not appear to be tested in the examples/tests

jeromerobert commented 3 years ago

Thank you ! This function is only used in OpenTurns so we missed that bug in our tests.

jschueller commented 3 years ago

maybe it would deserve a new tag ?

jeromerobert commented 3 years ago

Sure. Done.

jschueller commented 3 years ago

thanks