mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 07:05:49 +00:00
Wayland: Fix OSMesa library not being unloaded
(cherry picked from commit 2d281d7928)
This commit is contained in:
@@ -484,6 +484,8 @@ void _glfwPlatformTerminate(void)
|
||||
_glfwTerminateJoysticksLinux();
|
||||
#endif
|
||||
_glfwTerminateEGL();
|
||||
_glfwTerminateOSMesa();
|
||||
|
||||
if (_glfw.wl.egl.handle)
|
||||
{
|
||||
_glfw_dlclose(_glfw.wl.egl.handle);
|
||||
|
||||
Reference in New Issue
Block a user