Merge pull request #220 from GtkSharp/revert-203-patch-1

Revert "Don't add reference to PixbufHandle"
This commit is contained in:
Harry 2021-02-27 16:22:26 +01:00 committed by GitHub
commit e512b6da64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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));
}
}