keyboard: Plug a memory leak
https://bugzilla.gnome.org/show_bug.cgi?id=681787
This commit is contained in:
parent
3f76a97915
commit
0651abd7fb
1 changed files with 2 additions and 0 deletions
|
@ -769,8 +769,10 @@ section_selection_changed (GtkTreeSelection *selection, gpointer data)
|
|||
if (keys == NULL)
|
||||
{
|
||||
g_warning ("Can't find section %s in sections hash table!!!", description);
|
||||
g_free (description);
|
||||
return;
|
||||
}
|
||||
g_free (description);
|
||||
|
||||
gtk_widget_set_sensitive (WID (builder, "remove-toolbutton"), FALSE);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue