mirror of
https://github.com/glfw/glfw.git
synced 2024-11-26 06:14:35 +00:00
Free uxtheme properly
This commit is contained in:
parent
43ea8967a3
commit
adc9f9d676
@ -207,6 +207,9 @@ static void freeLibraries(void)
|
||||
|
||||
if (_glfw.win32.ntdll.instance)
|
||||
_glfwPlatformFreeModule(_glfw.win32.ntdll.instance);
|
||||
|
||||
if (_glfw.win32.uxtheme.instance)
|
||||
_glfwPlatformFreeModule(_glfw.win32.uxtheme.instance);
|
||||
}
|
||||
|
||||
// Create key code translation tables
|
||||
|
Loading…
Reference in New Issue
Block a user