[Insight-developers] Mesh fixed : tests passing

Luis Ibanez luis.ibanez@kitware.com
Tue, 26 Mar 2002 10:55:10 -0500


The itk::Mesh mechanism for Cells memory
relase has been fixed.  It was removing the
content of the CellsContainer when its reference
count was 1 instead of doing this at zero.


The tests :

    itkDeformableTest
    itkMeshTest
    itkSphereSourceTest
    itkVoronoiDiagram2DTest
    itkVoronoiSegmentationImageFilterTest


Are now passing Ok.  (at least on Linux).

That should also be (at least in part )
responsible for the Purify memory leaks
but there could be remaining issues...

Is there a way of testing that without having
to wait for tomorrow's Purify run ?


    Luis