[Webkit-unassigned] [Bug 157973] PlatformDisplay crash when calling egl_terminate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 1 08:45:30 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=157973

--- Comment #9 from Carlos Garcia Campos <cgarcia at igalia.com> ---
The constructor is private (well, protected) so yes, it's indeed a singleton, but we really want to close displays, when needed, and that's why it's not NeverDestroyed. I agree that if we terminate in the atexit, it doesn't make sense to terminate again the destructor, since the atexit should always happen first. We can't capture this on a lambda for a pointer function.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160601/1841318b/attachment.html>


More information about the webkit-unassigned mailing list