MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0012645 | VTK | (No Category) | public | 2011-10-12 09:28 | 2012-01-25 09:49 |
Reporter | Tran Nam Van | ||||
Assigned To | Leo Liu | ||||
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 5.8.0 | ||||
Target Version | Fixed in Version | ||||
Project | Kitware | ||||
Type | performance | ||||
Summary | 0012645: Memory leaks in graphics\vtkdatasetsurfacefilter.cxx | ||||
Description | A 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 } } | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
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 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|