Skip to content

Commit 7763f5c

Browse files
committed
Fix memory leak regarding CFEANonlinearElasticity::ke_DE_i.
1 parent a37d83f commit 7763f5c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

SU2_CFD/src/numerics/elasticity/CFEANonlinearElasticity.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ CFEANonlinearElasticity::~CFEANonlinearElasticity() {
214214
delete [] EField_Ref_Mod;
215215
delete [] EField_Curr_Unit;
216216

217+
delete [] ke_DE_i;
218+
217219
}
218220

219221

0 commit comments

Comments
 (0)