[Libreoffice-bugs] [Bug 115420] Crash using "Close" button for Extension Manager -> Check for Updates dialog
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Mar 6 17:15:31 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=115420
--- Comment #38 from Michael Meeks <michael.meeks at collabora.com> ---
Presumably the OpenGLSalGraphicsImpl (and other SalGraphicsImpls too) - and its
associated WinSalGraphics survives longer than the SalGeometryProvider which is
either a SalFrame or a SalVirtualDevice.
Then again the apparently deranged lifecycle of SalGraphics as they relate to
SalFrames etc. is something of a nightmare:
// SalGraphics or NULL, but two Graphics for all SalFrames
// must be returned
virtual SalGraphics* AcquireGraphics() = 0;
virtual void ReleaseGraphics( SalGraphics* pGraphics ) = 0;
So - working out what has failed to release the WinSalGraphics is probably
non-trivial; particularly as the bisection is reasonably unhelpful.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180306/e3029741/attachment.html>
More information about the Libreoffice-bugs
mailing list