[umbrello] [Bug 445275] New: CodeGenerator* UMLApp::m_codegen is never destroyed
"Robert Hairgrove" <[email protected]>
| Newsgroups | gmane.linux.umbrello.devel |
|---|---|
| Message-ID | <[email protected]/> |
https://bugs.kde.org/show_bug.cgi?id=445275
Bug ID: 445275
Summary: CodeGenerator* UMLApp::m_codegen is never destroyed
Product: umbrello
Version: Git
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
The UMLApp member variable "CodeGenerator* UMLApp::m_codegen" is apparently
never destroyed once
it is created.
The base class CodeGenerator is derived from QObject, but it is always created
without a parent and does not initialize the base QObject in its constructor.
The containing class UMLApp does not delete this pointer in its destructor.
Have I overlooked something here?
--
You are receiving this mail because:
You are the assignee for the bug.