ScaleSimple and RotateSimple functions should not be calling Ref().
Also, I'm not sure if it's related to issue #55 but unless I replace the Pixbuf finalizers with runtime.SetFinalizer(p, func(_ interface{}) { obj.Unref() } ), the finalizer doesn't get called.
ScaleSimple
andRotateSimple
functions should not be calling Ref().Also, I'm not sure if it's related to issue #55 but unless I replace the Pixbuf finalizers with
runtime.SetFinalizer(p, func(_ interface{}) { obj.Unref() } )
, the finalizer doesn't get called.