MantisBT - VTK
View Issue Details
0006118VTK(No Category)public2007-12-04 09:092013-04-05 19:57
Steve Pieper 
David Cole 
normalminoralways
closedfixed 
 
 
0006118: vtkCellLinks leak in vtkUnstructuredGrid::BuildLinks
If you call vtkUnstructuredGrid::BuildLinks more than once, a new vtkCellLinks (this->Links) is created each time but the old one is not deleted so it leaks.
This leak leads to a failing test on slicer3.
No tags attached.
Issue History
2007-12-04 09:09Steve PieperNew Issue
2008-08-29 17:27David ColeStatusbacklog => tabled
2008-08-29 17:27David ColeAssigned To => David Cole
2008-08-29 17:30David ColeStatustabled => @80@
2008-08-29 17:30David ColeResolutionopen => fixed
2008-08-29 17:30David ColeNote Added: 0013240
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2013-04-05 19:57Berk GeveciStatuscustomer review => closed

Notes
(0013240)
David Cole   
2008-08-29 17:30   
This was fixed by Bob O'Bara in revision 1.13 of vtkUnstructuredGrid.cxx.