app: gtk_icon_info_free() deprecated since GTK+3.8.

This commit is contained in:
Jehan 2018-05-20 05:27:19 +02:00
parent 31030c2478
commit eb7d59d327
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ gimp_view_renderer_imagefile_get_icon (GimpImagefile *imagefile,
{ {
pixbuf = gtk_icon_info_load_icon (info, NULL); pixbuf = gtk_icon_info_load_icon (info, NULL);
gtk_icon_info_free (info); g_object_unref (info);
} }
} }
} }