Win32: Fix OSMesa library not being unloaded

This commit is contained in:
Camilla Löwy
2022-04-28 21:12:36 +02:00
parent 29523dbfbf
commit 10e9033a29
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -670,6 +670,7 @@ void _glfwTerminateWin32(void)
_glfwTerminateWGL();
_glfwTerminateEGL();
_glfwTerminateOSMesa();
freeLibraries();
}