View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0022930 | Community | OCCT:Visualization | public | 2012-01-27 18:23 | 2012-02-20 17:11 |
Reporter | Pawel | Assigned To | |||
Priority | normal | Severity | crash | ||
Status | closed | Resolution | no change required | ||
Platform | A | OS | L | ||
Product Version | 6.5.2 | ||||
Fixed in Version | 6.5.3 | ||||
Summary | 0022930: Memory leak in OpenGl_filters.cxx line 351 | ||||
Description | the lines: if( !temp ) return TFailure; do not delete the previously allocated variable 'ptr'. I would change the code to: if( !temp ) { delete [] ptr; return TFailure; } | ||||
Tags | No tags attached. | ||||
Test case number | Test case is not required | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-01-27 18:23 | Pawel | New Issue | |
2012-01-27 18:23 | Pawel | Assigned To | => san |
2012-01-30 17:57 |
|
Note Added: 0019314 | |
2012-01-30 17:57 |
|
Status | new => assigned |
2012-01-30 17:57 |
|
Relationship added | related to 0022819 |
2012-02-20 16:48 | kgv | Note Added: 0019677 | |
2012-02-20 16:48 | kgv | Status | assigned => resolved |
2012-02-20 17:11 | bugmaster | Test case number | => Test case is not required |
2012-02-20 17:11 | bugmaster | Status | resolved => closed |
2012-02-20 17:11 | bugmaster | Resolution | open => no change required |
2012-02-20 17:11 | bugmaster | Fixed in Version | => 6.5.3 |