mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-02 17:00:19 +00:00
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 (mount_uri);
|
||||||
g_free (tooltip);
|
g_free (tooltip);
|
||||||
g_free (bookmark_name);
|
g_free (bookmark_name);
|
||||||
|
g_object_unref (icon);
|
||||||
|
|
||||||
out:
|
out:
|
||||||
g_clear_object (&info);
|
g_clear_object (&info);
|
||||||
|
Loading…
Reference in New Issue
Block a user