This commit is contained in:
Kovid Goyal
2018-11-23 23:01:42 +05:30

1
glfw/xkb_glfw.c vendored
View File

@@ -255,6 +255,7 @@ load_compose_tables(_GLFWXKBData *xkb) {
if (!xkb->states.composeState) {
_glfwInputError(GLFW_PLATFORM_ERROR, "Failed to create XKB compose state");
}
xkb_compose_table_unref(compose_table);
}
GLFWbool