Closed thepigs closed 8 years ago
Without this change surface reference count remains > 0.
func (self *Surface) Destroy() { + C.cairo_destroy(self.context) C.cairo_surface_destroy(self.surface) }
Added this, thanks.
Without this change surface reference count remains > 0.