View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0017643 | Scribus | General | public | 2025-10-10 08:38 | 2025-10-10 19:35 |
| Reporter | tropion | Assigned To | jghali | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 1.7.1.svn | ||||
| Summary | 0017643: Memory leak | ||||
| Description | Never deleted ScribusDoc::m_Selection | ||||
| Tags | No tags attached. | ||||
| Patch | No | ||||
|
|
This is incorrect : Selection is derived from QObject and initialized with another QObject as a parent, so it will be destroyed by its parent when its parent is itself destroyed. If you had correctly tested you would have seen that code execution passed through Selection destructor. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-10-10 08:38 | tropion | New Issue | |
| 2025-10-10 19:35 | jghali | Assigned To | => jghali |
| 2025-10-10 19:35 | jghali | Status | new => resolved |
| 2025-10-10 19:35 | jghali | Resolution | open => no change required |
| 2025-10-10 19:35 | jghali | Note Added: 0053055 | |
| 2025-10-10 19:35 | jghali | Status | resolved => closed |