MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000827 | VTK | (No Category) | public | 2004-05-10 13:35 | 2004-05-10 13:52 |
Reporter | Mathieu Malaterre | ||||
Assigned To | Mathieu Malaterre | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Project | |||||
Type | |||||
Summary | 0000827: Mem leak in vtkAbstractMapper::SetClippingPlanes | ||||
Description | Another cleanup I've found and maybe resolved for the community is in \Common\vtkAbstractMapper.cxx void vtkAbstractMapper::SetClippingPlanes(vtkPlanes *planes) { vtkPlane *plane; if (!planes) { return; } int numPlanes = planes->GetNumberOfPlanes(); this->RemoveAllClippingPlanes(); for (int i=0; i<numPlanes && i<6; i++) { plane = planes->GetPlane(i); this->AddClippingPlane(plane); plane->Delete(); // <-- Added } } | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|