MantisBT - VTK
View Issue Details
0002520VTK(No Category)public2005-11-24 10:432016-08-12 09:54
Alexander Schaal 
Will Schroeder 
normalmajoralways
closedmoved 
 
 
0002520: Memory leak in vtkDataWriter::WriteScalarData()
Memory leak in "int vtkDataWriter::WriteScalarData(ostream *fp, vtkDataArray *scalars, int num)":

"char* scalarsName" (defined at line 672) is not deleted if "dataType == VTK_UNSIGNED_CHAR" (see else-block beginning at line 717 - there is _no_ delete like in the if-block before).

These leaks are produced e.g. if sending a vtkImageData object through the network.
No tags attached.
Issue History
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036808
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved

Notes
(0036808)
Kitware Robot   
2016-08-12 09:54   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.