https://bugs.documentfoundation.org/show_bug.cgi?id=140528

--- Comment #13 from Noel Grandin <[email protected]> ---
caolan, this is because of
   commit e5ecb998fd78137aec32ad2cc996eaa4bb3e499d
    Author: Caolán McNamara <[email protected]>
    Date:   Mon Dec 5 09:52:43 2016 +0000
    avoid coverity#1371269 Missing move assignment operator

where previously we overwrite (in memory) an existing SwNumRule, we now
allocate a fresh one - which is a problem because we hand a pointer to this
object to other tabs, which results in them having a stale pointer.

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

Reply via email to