View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0024768 | Open CASCADE | OCCT:Coding | public | 2014-03-27 09:57 | 2016-01-11 17:02 |
| Reporter | kgv | Assigned To | bugmaster | ||
| Priority | normal | Severity | integration request | ||
| Status | closed | Resolution | duplicate | ||
| Target Version | 7.0.0 | ||||
| Summary | 0024768: Eliminate redundant ::Destroy() function | ||||
| Description | For historical reasons destructors in many classes have been declared using ::Destroy() method. Such constructions should be eliminated in most cases.
//! Frees memory allocated.
Standard_EXPORT void Destroy();
~OSD_SharedLibrary()
{
Destroy();
}
| ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2014-03-27 09:57 | kgv | New Issue | |
| 2014-03-27 09:57 | kgv | Assigned To | => kgv |
| 2014-03-27 09:57 | kgv | Relationship added | child of 0024002 |
| 2015-11-17 16:56 | kgv | Target Version | 7.0.0 => 7.1.0 |
| 2016-01-08 20:30 | kgv | Relationship added | duplicate of 0027067 |
| 2016-01-08 20:30 | kgv | Resolution | open => duplicate |
| 2016-01-08 20:30 | kgv | Target Version | 7.1.0 => 7.0.0 |
| 2016-01-08 20:32 | kgv | Note Added: 0049736 | |
| 2016-01-08 20:32 | kgv | Assigned To | kgv => bugmaster |
| 2016-01-08 20:32 | kgv | Status | new => feedback |
| 2016-01-11 17:02 | bugmaster | Status | feedback => closed |