GNOME Bugzilla – Bug 775793
Egl is being deinitialized on qmlglsink cleanup
Last modified: 2016-12-09 10:49:21 UTC
Created attachment 341599 [details] [review] Fix egl being deinitialized After memory leak for display was committed egl started being deinitialized dyring qmlglsink cleanup.
Thanks! commit d694184524d569b473279572459ba8b9cbf0cbc9 Author: Sergey Borovkov <sergey.borovkov@wireload.net> Date: Thu Dec 8 12:37:25 2016 +0300 qml: Fix egl being deinitialized on display cleanup Use the with_egl_display() variant in order to not destroy the EGLDisplay on destruction. https://bugzilla.gnome.org/show_bug.cgi?id=775793