MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0010017 | VTK | (No Category) | public | 2009-12-09 06:43 | 2016-08-12 09:55 |
| Reporter | Xavi | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0010017: Check list id before delete | ||||
| Description | When vtkOpenGLDisplayListPainter::ReleaseGraphicsResources(vtkWindow* win) is called with a vtkWindow not used by the vtkOpenGLDisplayListPainter, the memory is not released. We can call the function glIsList() to check that the current window is the active one when the list was created. | ||||
| Steps To Reproduce | |||||
| Additional Information | We can fix it with this code: void vtkOpenGLDisplayListPainter::ReleaseList() { if (this->DisplayListId) { if ( glIsList( this->DisplayListId ) == GL_TRUE ) { glDeleteLists(this->DisplayListId, 1); this->DisplayListId = 0; } } } | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2009-12-09 06:43 | Xavi | New Issue | |||
| 2009-12-11 11:54 | François Bertel | Status | backlog => tabled | ||
| 2009-12-11 11:54 | François Bertel | Assigned To | => François Bertel | ||
| 2009-12-11 12:02 | François Bertel | Note Added: 0018819 | |||
| 2009-12-14 09:34 | Xavi | Note Added: 0018844 | |||
| 2010-09-07 13:44 | François Bertel | Assigned To | François Bertel => | ||
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
| 2016-08-12 09:55 | Kitware Robot | Note Added: 0037125 | |||
| 2016-08-12 09:55 | Kitware Robot | Status | expired => closed | ||
| 2016-08-12 09:55 | Kitware Robot | Resolution | open => moved | ||
| 2016-08-12 09:55 | Kitware Robot | Assigned To | => Kitware Robot | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||