Wayland: Properly unref all xkbcommon objects.

This commit is contained in:
Emmanuel Gil Peyrot 2016-10-11 01:43:53 +01:00 committed by linkmauve
parent 1c8a74b661
commit be935debe9
1 changed files with 4 additions and 0 deletions

View File

@ -643,6 +643,10 @@ void _glfwPlatformTerminate(void)
_glfwTerminateJoysticksLinux();
_glfwTerminateThreadLocalStoragePOSIX();
xkb_keymap_unref(_glfw.wl.xkb.keymap);
xkb_state_unref(_glfw.wl.xkb.state);
xkb_context_unref(_glfw.wl.xkb.context);
if (_glfw.wl.cursorTheme)
wl_cursor_theme_destroy(_glfw.wl.cursorTheme);
if (_glfw.wl.cursorSurface)