conformal / gotk3

Go bindings for GTK3
ISC License
470 stars 81 forks source link

gdk.Pixbuf related memory leaks #103

Open seadra opened 9 years ago

seadra commented 9 years ago

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.