Skip to content

Commit

Permalink
Merge pull request #37 from cogniti/patch-1
Browse files Browse the repository at this point in the history
Added g_variant_unref (value)
  • Loading branch information
choehwanjin committed Feb 7, 2015
2 parents 0ab225f + d873e3a commit 44f41ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engine.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ ibus_hangul_init (IBusBus *bus)
value = ibus_config_get_value (config, "panel", "lookup-table-orientation");
if (value != NULL) {
lookup_table_orientation = g_variant_get_int32(value);
g_variant_unref (value);
}

keymap = ibus_keymap_get("us");
Expand Down

0 comments on commit 44f41ae

Please sign in to comment.