[vtk-developers] Memory leak in vtkContextView

David Doria daviddoria+vtk at gmail.com
Fri Dec 11 07:06:29 EST 2009


If you run a program simply consisting of:

  vtkSmartPointer<vtkContextView> view = vtkSmartPointer<vtkContextView>::New();
  view->Render();

vtkDebugLeaks generates a bunch of LEAKS.

Should I file a bug report?

Thanks,

David



More information about the vtk-developers mailing list