View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012645VTK(No Category)public2011-10-12 09:282012-01-25 09:49
ReporterTran Nam Van 
Assigned ToLeo Liu 
PriorityhighSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version5.8.0 
Target VersionFixed in Version 
Summary0012645: Memory leaks in graphics\vtkdatasetsurfacefilter.cxx
DescriptionA Leak was found:

vtkGraphics: File graphics\vtkdatasetsurfacefilter.cxx
void vtkDataSetSurfaceFilter::InsertPolygonInHash(vtkIdType* ids, int numPts, vtkIdType sourceId)
{
    ...
    // Memory leak !!!
    vtkIdType* tab = new vtkIdType[numPts];
    
     ...
     if (match)
        {
        // We have a match.
        quad->SourceId = -1;
        // That is all we need to do. Hide any tri shared by two or more cells.

        return; // without delete tab
        }
 }

TagsNo tags attached.
ProjectKitware
Typeperformance
Attached Files

 Relationships

  Notes
(0027976)
Leo Liu (developer)
2012-01-24 21:46

It has been fixed in commit 87705c2f
(0027977)
Leo Liu (developer)
2012-01-25 09:49

It has been fixed in commit 87705c2f

 Issue History
Date Modified Username Field Change
2011-10-12 09:28 Tran Nam Van New Issue
2012-01-23 10:01 Utkarsh Ayachit Assigned To => Leo Liu
2012-01-23 10:01 Utkarsh Ayachit Status backlog => tabled
2012-01-24 21:46 Leo Liu Note Added: 0027976
2012-01-25 09:49 Leo Liu Note Added: 0027977
2012-01-25 09:49 Leo Liu Status tabled => closed
2012-01-25 09:49 Leo Liu Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team