app: free one more list returned by gtk_container_get_children()

This commit is contained in:
Michael Natterer 2010-06-23 00:19:44 +02:00
parent 46e1410213
commit a60463cd8e
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ gimp_item_tree_view_style_set (GtkWidget *widget,
} }
} }
g_list_free (list); g_list_free (children);
} }
GTK_WIDGET_CLASS (parent_class)->style_set (widget, prev_style); GTK_WIDGET_CLASS (parent_class)->style_set (widget, prev_style);