mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 00:49:48 +00:00
X11: Fix OSMesa library not being unloaded
This commit is contained in:
@@ -1630,6 +1630,7 @@ void _glfwTerminateX11(void)
|
||||
_glfw.x11.xi.handle = NULL;
|
||||
}
|
||||
|
||||
_glfwTerminateOSMesa();
|
||||
// NOTE: These need to be unloaded after XCloseDisplay, as they register
|
||||
// cleanup callbacks that get called by that function
|
||||
_glfwTerminateEGL();
|
||||
|
||||
Reference in New Issue
Block a user