mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 12:19:12 +08:00
fix memory leak in superlu backend
This commit is contained in:
parent
7254201632
commit
fb3078fb62
@ -287,6 +287,8 @@ class SparseLU<MatrixType,SuperLU> : public SparseLU<MatrixType>
|
|||||||
|
|
||||||
~SparseLU()
|
~SparseLU()
|
||||||
{
|
{
|
||||||
|
Destroy_SuperNode_Matrix(&m_sluL);
|
||||||
|
Destroy_CompCol_Matrix(&m_sluU);
|
||||||
}
|
}
|
||||||
|
|
||||||
inline const LMatrixType& matrixL() const
|
inline const LMatrixType& matrixL() const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user