memleak fixed

svn path=/trunk/; revision=9196
This commit is contained in:
Sergey V. Udaltsov 2009-01-11 01:10:09 +00:00
parent 0200b23f7d
commit 909f35f3d7

View file

@ -351,6 +351,9 @@ xkb_options_add_group (XklConfigRegistry * config_registry,
gtk_box_pack_start_defaults (GTK_BOX (vbox), option_check);
option_checks_list = option_checks_list->next;
}
/* free it */
g_slist_free (option_checks_list);
option_checks_list = NULL;
xkb_options_expander_highlight ();