mirror of
https://github.com/glfw/glfw.git
synced 2024-11-29 15:44:35 +00:00
Free uxtheme properly
This commit is contained in:
parent
2adf1134df
commit
e06507a75c
@ -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