]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
memory leak suppression.
authorageay <ageay>
Mon, 4 Jan 2010 07:38:38 +0000 (07:38 +0000)
committerageay <ageay>
Mon, 4 Jan 2010 07:38:38 +0000 (07:38 +0000)
src/INTERP_KERNEL/InterpolationCU.txx

index 226f3b44502a74debb03a379460f77dbf4819441..c638a8d591c041bbbda64cb511431cb9d10c7ab4 100644 (file)
@@ -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;
   }