mono / gtk-sharp

Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
http://www.mono-project.com/GtkSharp
Other
424 stars 140 forks source link

[Gtk] Fix leak on SizeRequest #262

Closed plprevost closed 3 years ago

plprevost commented 5 years ago

Fixing leak on sizeRequest function by taking Requisition property from Gtk.Widget class.

plprevost commented 5 years ago

As discussed in the issue #259, this code fixes leak on SizeRequest function

dnfclas commented 5 years ago

CLA assistant check
All CLA requirements met.

Therzok commented 5 years ago

Still don't see how this fixes things