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
428 stars 140 forks source link

[GLib] Optimize freeing a native list from managed #157

Closed Therzok closed 8 years ago

Therzok commented 8 years ago

This makes it so we use the optimized iteration version, coupled with doing the check on what free function to use only once.

Therzok commented 8 years ago

@alanmcgovern fixed use-after-free, should be fine now.

alanmcgovern commented 8 years ago

❤️