From: ageay Date: Mon, 4 Jan 2010 07:38:38 +0000 (+0000) Subject: memory leak suppression. X-Git-Tag: V5_1_main_FINAL~259 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d3ff2d3e73fb495c46238e0f23de9edab5903db1;p=tools%2Fmedcoupling.git memory leak suppression. --- diff --git a/src/INTERP_KERNEL/InterpolationCU.txx b/src/INTERP_KERNEL/InterpolationCU.txx index 226f3b445..c638a8d59 100644 --- a/src/INTERP_KERNEL/InterpolationCU.txx +++ b/src/INTERP_KERNEL/InterpolationCU.txx @@ -186,7 +186,7 @@ namespace INTERP_KERNEL for ( int iInd = 0; iInd < structIndices.size(); ++iInd ) intersector->intersectCells( iT, structIndices[iInd], result ); } - + delete intersector; return ret; }