[umbrello] [Bug 445275] New: CodeGenerator* UMLApp::m_codegen is never destroyed

Robert Hairgrove bugzilla_noreply at kde.org
Wed Nov 10 12:20:37 GMT 2021


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-devel at kde.org
          Reporter: code at 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 the assignee for the bug.


More information about the umbrello-devel mailing list