dmitry-kabanov / mardi-open-interfaces-new-attempt

Measure 2.2 “Open Interfaces” of the Mathematical Research Data Initiative (MaRDI) project

Home Page:https://mardi4nfdi.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove variable-length array and fix memory leaks in `linsolve.c_lapack` implementation

dmitry-kabanov opened this issue · comments

Variable-length array are not vary portable, so they must be relpaced with dynamically allocated memory.
Besides, there are memory leaks due to not-free'd memory in the implementation.

Closed by PR #75