We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab225f commit d873e3aCopy full SHA for d873e3a
src/engine.c
@@ -338,6 +338,7 @@ ibus_hangul_init (IBusBus *bus)
338
value = ibus_config_get_value (config, "panel", "lookup-table-orientation");
339
if (value != NULL) {
340
lookup_table_orientation = g_variant_get_int32(value);
341
+ g_variant_unref (value);
342
}
343
344
keymap = ibus_keymap_get("us");
0 commit comments