mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
GtkImage: Always close the loader
This was causing some tests to fail with a critical.
This commit is contained in:
parent
bd7e7d1dd6
commit
83c9fe109e
@ -900,6 +900,7 @@ load_scalable_with_loader (GtkImage *image,
|
||||
}
|
||||
|
||||
out:
|
||||
gdk_pixbuf_loader_close (loader, NULL);
|
||||
g_object_unref (loader);
|
||||
g_bytes_unref (bytes);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user