Skip to content
Commit b94c8765 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

Fix crash in eglTerminate()

At the moment, the gbm_device for the primary device is destroyed before
the EGLDisplay is destroyed. This results in a crash in Mesa.

In order to fix the crash, this change ensures that the EGLDisplay is
destroyed before the gbm device.
parent 932cd27a
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