-
- Downloads
Fix memory leak in the CHOLMOD wrapper code
When calling CHOLMOD to compute the Cholesky factor of a matrix, it was not tested whether such a factor already existed. As a consequence, if the solver was called twice in a row, the old factor would be lost to a memory leak. Fix this by explicitly deallocating the old Cholesky factor before asking CHOLMOD for a new one.
parent
e4079597
No related branches found
No related tags found
-
mentioned in commit 1368ef43
-
mentioned in merge request !603 (merged)
Please register or sign in to comment