MantisBT - VTK
View Issue Details
0013322VTK(No Category)public2012-07-24 09:592014-10-02 10:15
Mathieu Westphal 
Dave DeMarle 
lowminorhave not tried
closedfixed 
5.8.0 
6.1.0 
TBD
crash
0013322: Memory Leak in /VTK/Common/DataModel/vtkPointsProjectedHull.cxx line 669
Memory Leak in /VTK/Common/DataModel/vtkPointsProjectedHull.cxx line 669

The newly created double array in not deleted in some case

add delete [] insidePt; line 669, before returning from function.

hackaton
Issue History
2012-07-24 09:59Mathieu WestphalNew Issue
2013-07-22 20:56Dave DeMarleAssigned To => Dave DeMarle
2013-07-22 20:56Dave DeMarleStatusbacklog => todo
2013-08-12 17:44Dave DeMarleStatustodo => backlog
2014-09-30 10:57Dave DeMarleTag Attached: hackaton
2014-10-02 10:15Dave DeMarleNote Added: 0033432
2014-10-02 10:15Dave DeMarleStatusbacklog => closed
2014-10-02 10:15Dave DeMarleResolutionopen => fixed
2014-10-02 10:15Dave DeMarleFixed in Version => 6.1.0

Notes
(0033432)
Dave DeMarle   
2014-10-02 10:15   
Fixed in commit 9364db580