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

--- Comment #7 from Michael Meeks <[email protected]> ---
> Window::IsVisible() crashes with mpWindowImpl == nullptr -> Michael?

bool Window::IsVisible() const
{
    return mpWindowImpl && mpWindowImpl->mbVisible;
}

Is it possible that some magic happened to 'mpWindowImpl' - changing its
pointer type such that now the && is an operator which gets inserted & thus
needs to evaluate both its arguments thus killing the short-circuit ? - could
be but ... could be the debugger lying too =)

-- 
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