mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-22 20:25:35 +00:00
Revert "Don't add reference to PixbufHandle"
This reverts commit b831ee8ca1
.
This commit is contained in:
parent
402c57ae5a
commit
92752a2bf6
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue