https://bugs.documentfoundation.org/show_bug.cgi?id=93188
Maxim Monastirsky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Maxim Monastirsky <[email protected]> --- That's a VclPtr issue. DockingWindow::dispose calls DockingWindow::SetFloatingMode which calls MediaFloater::ToggleFloatingMode (and the latter tries to dereference the invalid mpMediaWindow pointer, which was already cleaned in MediaFloater::dispose). In the old code, because the cleaning stuff was in the destructor rather than in dispose(), DockingWindow::ToggleFloatingMode was called instead of MediaFloater::ToggleFloatingMode. -- 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
