conf/gconf: Fix SEGV in ibus_config_gconf_get_values
BUG=https://github.com/ibus/ibus/issues/1858 R=shawn.p.huang@gmail.com Review URL: https://codereview.appspot.com/300810043
This commit is contained in:
Родитель
b210c0d8c6
Коммит
a186059edc
|
@ -304,7 +304,7 @@ ibus_config_gconf_get_values (IBusConfigService *config,
|
|||
g_free (dir);
|
||||
|
||||
GSList *p;
|
||||
GVariantBuilder *builder;
|
||||
GVariantBuilder builder;
|
||||
|
||||
g_variant_builder_init (&builder, G_VARIANT_TYPE ("a{sv}"));
|
||||
for (p = entries; p != NULL; p = p->next) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче