memleak fixed
svn path=/trunk/; revision=9196
This commit is contained in:
parent
0200b23f7d
commit
909f35f3d7
1 changed files with 3 additions and 0 deletions
|
@ -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 ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue