https://bugs.kde.org/show_bug.cgi?id=368435
Bug ID: 368435 Summary: UMLObject instances leaked on document close Product: umbrello Version: unspecified Platform: Other OS: All Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: umbrello-de...@kde.org Reporter: ralf.habac...@freenet.de After loading a xmi file (for example https://raw.githubusercontent.com/KDE/umbrello/Applications/16.08/models/UmbrelloArchitecture/umlmodel.xmi) and closing the document or loading a new document there a several uml objects leaked. Reproducible: Always Steps to Reproduce: 1. compile git master (at least https://github.com/KDE/umbrello/commit/d02e8a7e4d53e8ed2aac2de425c5ce554474e757) 2. start umbrello 3. open "UML Objects" dock window is not visible 3. load https://github.com/KDE/umbrello/raw/Applications/16.08/models/UmbrelloArchitecture/umlmodel.xmi 4. close document Actual Results: There are several uml related objects left in the object dock window. Expected Results: There should be no leaked objects after closing a document. On creating UMLObject instances they are added to the objects dock window, on destroying they are removed from the objects dock window. The displayed objects are really not destroyed and could be edited. -- You are receiving this mail because: You are watching all bug changes.