mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 16:44:11 +00:00
X11: Fix libXext not unloaded at termination
This commit is contained in:
@@ -1622,6 +1622,12 @@ void _glfwTerminateX11(void)
|
||||
_glfw.x11.xrender.handle = NULL;
|
||||
}
|
||||
|
||||
if (_glfw.x11.xshape.handle)
|
||||
{
|
||||
_glfwPlatformFreeModule(_glfw.x11.xshape.handle);
|
||||
_glfw.x11.xshape.handle = NULL;
|
||||
}
|
||||
|
||||
if (_glfw.x11.vidmode.handle)
|
||||
{
|
||||
_glfwPlatformFreeModule(_glfw.x11.vidmode.handle);
|
||||
|
||||
Reference in New Issue
Block a user