mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
fix mem leak
This commit is contained in:
parent
c3a3ac48b7
commit
32bed2c940
@ -486,7 +486,8 @@ namespace netgen
|
|||||||
|
|
||||||
CurvedElements :: ~CurvedElements()
|
CurvedElements :: ~CurvedElements()
|
||||||
{
|
{
|
||||||
;
|
for (int i = 0; i < jacpols2.Size(); i++)
|
||||||
|
delete jacpols2[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user