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: umbrello-de...@kde.org Reporter: c...@roberthairgrove.com 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 watching all bug changes.