GtkPlacesSidebar: Don't leak an icon

Found in valgrind.
This commit is contained in:
Matthias Clasen 2014-10-14 23:59:51 -04:00
parent 2eacaf2dd2
commit c26b2c9209

View File

@ -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);