Revert "Don't add reference to PixbufHandle"

This reverts commit b831ee8ca1.
This commit is contained in:
Harry 2021-02-27 16:16:10 +01:00 committed by GitHub
parent 402c57ae5a
commit 92752a2bf6

View File

@ -33,7 +33,7 @@ namespace Gdk {
internal IntPtr PixbufHandle {
get {
return gdk_pixbuf_loader_get_pixbuf (Handle);
return g_object_ref (gdk_pixbuf_loader_get_pixbuf (Handle));
}
}