MantisBT - VTK
View Issue Details
0010030VTK(No Category)public2009-12-11 08:292013-04-05 19:57
David Doria 
Marcus Hanwell (old account) 
normalminoralways
closedno change required 
 
 
0010030: Memory leak in vtkContextView
If you run a program simply consisting of:

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

vtkDebugLeaks generates a bunch of LEAKS.

I don't see anything obvious in vtkContextView that is not being delete, so I think it must be something in a super class.
No tags attached.
Issue History
2009-12-11 08:29David DoriaNew Issue
2009-12-11 09:32Marcus Hanwell (old account)Statusbacklog => tabled
2009-12-11 09:32Marcus Hanwell (old account)Assigned To => Marcus Hanwell (old account)
2009-12-11 11:18Marcus Hanwell (old account)Note Added: 0018815
2009-12-11 14:15Marcus Hanwell (old account)Note Added: 0018821
2009-12-11 14:15Marcus Hanwell (old account)Statustabled => @80@
2009-12-11 14:15Marcus Hanwell (old account)Resolutionopen => no change required
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2013-04-05 19:57Berk GeveciStatuscustomer review => closed

Notes
(0018815)
Marcus Hanwell (old account)   
2009-12-11 11:18   
Could you give me some more details about this bug? I can't reproduce it here with a main that has the two lines you suggest along with a return statement. Is this from CVS head as of today? What platform are you using? Could you attach the output from the program?
(0018821)
Marcus Hanwell (old account)   
2009-12-11 14:15   
Looks like this was already fixed, please reopen this bug if you are able to reproduce with current CVS head.