https://issues.apache.org/ooo/show_bug.cgi?id=113608
--- Comment #7 from Andre <[email protected]> --- Created attachment 78329 --> https://issues.apache.org/ooo/attachment.cgi?id=78329&action=edit Release pointer to object list in SdrObject::Free() Fix for the remaining crash. Assignment of an animation to a shape leads to construction of the UNO object. That in turn prevents the SdrObject::Free() function from deleting the SdrObject when the object list is destroyed that contains the object. The SdrObject still holds its pointer back to the object list. Dereferencing this pointer causes the crash. The attached fix resets the pointer to the object list. -- You are receiving this mail because: You are on the CC list for the bug.
