http://bugzilla.novell.com/show_bug.cgi?id=617924 http://bugzilla.novell.com/show_bug.cgi?id=617924#c7 --- Comment #7 from Klaus Kämpf <kkaempf@novell.com> 2010-06-29 11:39:47 UTC --- I was wrong in comment #5. Adding the _disown does the trick but must be done with the correct parameter name. This fixes the crash: --- YTreeItem.h (revision 62165) +++ YTreeItem.h (working copy) @@ -117,7 +117,7 @@ * automatically add themselves to their parent, so applications will * normally not have to call this function. **/ - virtual void addChild( YItem * child ); + virtual void addChild( YItem * item_disown ); -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.