[Bug 104884] memory leak with intel i965 mesa when running android container in Ubuntu

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Mar 8 07:12:03 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=104884

Tapani Pälli <lemody at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #23 from Tapani Pälli <lemody at gmail.com> ---
Actually I think my patch in comment #22 is incorrect, we can't be sure there
if rendering is finished and we can free the shaders. Correct way to fix these
leaks is for application to:

--- 8< ---
eglMakeCurrent(info.egl_dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
eglTerminate(info.egl_dpy);
--- 8< ---

and similar on GLX. Simon's patch landed master, I will close this one as
FIXED. Please reopen if there are still leaks that happen when cleanup of the
context has been added to the application.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20180308/cbd606bd/attachment.html>


More information about the intel-3d-bugs mailing list