https://issues.apache.org/ooo/show_bug.cgi?id=122120

--- Comment #2 from Armin Le Grand <[email protected]> ---
ALG: Reason is that someone changed with r1380436 the SdrModel::SetLineEndList
to always create the destructor for the current list. Despite that there are
(prob many) places in cui and other dialogs where something like

        delete pDrawModel->GetLineEndList();

is used before setting the new list -> The list is deleted twice, this crashes.
This is done for all 6 lists in the SdrModel, thus I'm thinking about using
shared_ptr here and building incompatible up to make this safe...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Reply via email to