[Webkit-unassigned] [Bug 236766] New: Properly uninitialize EGL display before termination
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 17 02:41:15 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=236766
Bug ID: 236766
Summary: Properly uninitialize EGL display before termination
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: psaavedra at igalia.com
>From the docs [1], if contexts or surfaces associated with display is current to any thread, they are not released until they are no longer current as a result of eglMakeCurrent.
So call eglMakeCurrent() to such effect.
[1] https://www.khronos.org/registry/EGL/sdk/docs/man/html/eglMakeCurrent.xhtml
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220217/8eec3c8d/attachment.htm>
More information about the webkit-unassigned
mailing list