mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 14:50:06 +00:00
testentryicons: Fix a memory leak
This commit is contained in:
parent
73f2167fe4
commit
1477882b31
@ -161,6 +161,7 @@ main (int argc, char **argv)
|
|||||||
gtk_entry_set_icon_from_gicon (GTK_ENTRY (entry),
|
gtk_entry_set_icon_from_gicon (GTK_ENTRY (entry),
|
||||||
GTK_ENTRY_ICON_PRIMARY,
|
GTK_ENTRY_ICON_PRIMARY,
|
||||||
icon);
|
icon);
|
||||||
|
g_object_unref (icon);
|
||||||
gtk_entry_set_icon_sensitive (GTK_ENTRY (entry),
|
gtk_entry_set_icon_sensitive (GTK_ENTRY (entry),
|
||||||
GTK_ENTRY_ICON_PRIMARY,
|
GTK_ENTRY_ICON_PRIMARY,
|
||||||
FALSE);
|
FALSE);
|
||||||
|
Loading…
Reference in New Issue
Block a user