Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
GIMP
Commits
46e14102
Commit
46e14102
authored
Jun 22, 2010
by
Michael Natterer
😴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app: free the list returned by gtk_container_get_children()
parent
865a1f48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/widgets/gimpitemtreeview.c
app/widgets/gimpitemtreeview.c
+1
-1
No files found.
app/widgets/gimpitemtreeview.c
View file @
46e14102
...
...
@@ -525,7 +525,7 @@ gimp_item_tree_view_style_set (GtkWidget *widget,
gtk_box_set_spacing
(
GTK_BOX
(
child
),
button_spacing
);
}
g_list_free
(
list
);
g_list_free
(
children
);
}
if
(
view
->
priv
->
lock_box
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment