Win32: Fix OSMesa library not being unloaded

(cherry picked from commit 10e9033a29)
This commit is contained in:
Camilla Löwy
2022-04-28 21:12:36 +02:00
parent af612103d0
commit 3d9d4e311c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -610,6 +610,7 @@ void _glfwPlatformTerminate(void)
_glfwTerminateWGL();
_glfwTerminateEGL();
_glfwTerminateOSMesa();
_glfwTerminateJoysticksWin32();