[Uml-devel] [Bug 63248] Crash when cutting a class
Sebastian Stein
seb.stein at hpfsc.de
Sun Aug 31 06:40:07 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=63248
seb.stein at hpfsc.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From seb.stein at hpfsc.de 2003-08-31 15:38 -------
Subject: Re: Crash when cutting a class
fixed by Jean-Louis Houberdon:
When you remove the widget (i.e. here the class widget), you remove association widgets too in the same time. So, when you come back to the loop and ask for "obj->getID()" on the next widget, it is possible you have deleted it meanwhile. So, it's necessary to update the object list to be sure you don't have a widget which doesn't exist.
More information about the umbrello-devel
mailing list