Skip to content

Commit

Permalink
Post: corr. leak in isoSurfNGon
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit128 committed Feb 7, 2025
1 parent 5eb64d0 commit abf83dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cassiopee/Post/Post/isoSurfNGon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,7 @@ void K_POST::doIsoSurfNGon(FldArrayF& f, FldArrayI& cn, E_Int posf, E_Float valu

delete [] prevT; delete [] prevF;
delete [] npts; delete [] ntris;
delete [] istart; delete [] iend;
for (E_Int i = 0; i < nthreads; i++) delete fisos[i];
for (E_Int i = 0; i < nthreads; i++) delete cisos[i];
delete [] fisos; delete [] cisos;
Expand Down

0 comments on commit abf83dc

Please sign in to comment.