Skip to content
Commit 95737d66 authored by Xaver Hugl's avatar Xaver Hugl
Browse files

platformsupport/scenes/opengl: don't release egl resources from the thread

AbstractEglBackend::cleanup is called by implementations of the class before the destructor
runs, which means that m_dmaBuf gets destroyed after EGL was cleaned up, which can cause crashes

BUG: 466174
parent d357414e
Pipeline #504979 failed with stage
in 8 minutes and 26 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment