https://bugs.freedesktop.org/show_bug.cgi?id=86552

--- Comment #10 from Caolán McNamara <[email protected]> ---
it'll be this problem here

TextNode*           GetNode(sal_uInt16 pos)       { return &maTextNodes[pos]; }

where that returned Node belongs to maTextNodes and will be deleted along with
it, but the undo code tries to get maTextNodes to *release* that node and pass
ownership to it and will manage it itself, which can't work the way the code is
right now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to