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

[Gen] Fix forgotten GCHandle not being freed on callbacks being set t… #160

Closed Therzok closed 8 years ago

Therzok commented 8 years ago

…o null.

Also change a few misc data and hackfix ItemFactory setting because the set-only prop is ignored.

Therzok commented 8 years ago

https://gist.github.com/Therzok/7d577ae468fc4b18d4b64ba7bd6faf74

Therzok commented 8 years ago

cc @alanmcgovern @DavidKarlas

Therzok commented 8 years ago

The bug is actually in gtktreemodel not calling destroy.