Cocoa: Fix EGL and OSMesa not being unloaded

This commit is contained in:
Camilla Löwy
2022-04-28 21:14:11 +02:00
parent 10e9033a29
commit 89514cf0fc
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -676,6 +676,8 @@ void _glfwTerminateCocoa(void)
_glfw_free(_glfw.ns.clipboardString);
_glfwTerminateNSGL();
_glfwTerminateEGL();
_glfwTerminateOSMesa();
} // autoreleasepool
}