[vtkusers] memory leak in vtkFixedPointVolumeRayCastMapper

xabi riobe xabivtk at gmail.com
Wed Dec 6 08:48:13 EST 2006


hello,

i have a memory leak in vtkFixedPointVolumeRayCastMapper that can be
corrected adding the following lines at the end of method
UpdateMinMaxVolume:

  delete minNonZeroScalarIndex;
  delete minNonZeroGradientMagnitudeIndex;


Xabi.



More information about the vtkusers mailing list