MantisBT - VTK
View Issue Details
0012646VTK(No Category)public2011-10-12 09:292012-01-25 14:02
Tran Nam Van 
Leo Liu 
highminorhave not tried
closedfixed 
5.8.0 
 
Kitware
performance
0012646: Memory leaks in rendering\vtkinteractoreventrecorder.cxx
A leak found vtkRendering.dll
 File: rendering\vtkinteractoreventrecorder.cxx
 void vtkInteractorEventRecorder::Play()
 {
    .....
    //Leak detected:
    this->InputStream = new vtksys_ios::istringstream(inputStr); Line 179
    ...
}
No tags attached.
Issue History
2011-10-12 09:29Tran Nam VanNew Issue
2012-01-23 10:01Utkarsh AyachitAssigned To => Leo Liu
2012-01-23 10:01Utkarsh AyachitStatusbacklog => tabled
2012-01-24 21:25Leo LiuAssigned ToLeo Liu =>
2012-01-24 21:28Leo LiuNote Added: 0027975
2012-01-24 21:28Leo LiuAssigned To => Leo Liu
2012-01-24 21:28Leo LiuStatustabled => customer review
2012-01-24 21:28Leo LiuResolutionopen => fixed
2012-01-25 14:02Leo LiuNote Added: 0027981
2012-01-25 14:02Leo LiuStatuscustomer review => closed

Notes
(0027975)
Leo Liu   
2012-01-24 21:28   
Looks like this has been fixed in commmit 2dd3ccbe9658065e056d29799e458c2026843483
(0027981)
Leo Liu   
2012-01-25 14:02   
.