mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 23:43:15 +00:00
Cocoa: Fix EGL and OSMesa not being unloaded
(cherry picked from commit 89514cf0fc)
This commit is contained in:
@@ -607,6 +607,8 @@ void _glfwPlatformTerminate(void)
|
||||
free(_glfw.ns.clipboardString);
|
||||
|
||||
_glfwTerminateNSGL();
|
||||
_glfwTerminateEGL();
|
||||
_glfwTerminateOSMesa();
|
||||
_glfwTerminateJoysticksNS();
|
||||
|
||||
} // autoreleasepool
|
||||
|
||||
Reference in New Issue
Block a user