forked from AuroraMiddleware/gtk
GtkPlacesSidebar: Don't leak an icon
Found in valgrind.
This commit is contained in:
parent
2eacaf2dd2
commit
c26b2c9209
@ -897,6 +897,7 @@ on_bookmark_query_info_complete (GObject *source,
|
||||
g_free (mount_uri);
|
||||
g_free (tooltip);
|
||||
g_free (bookmark_name);
|
||||
g_object_unref (icon);
|
||||
|
||||
out:
|
||||
g_clear_object (&info);
|
||||
|
Loading…
Reference in New Issue
Block a user