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
426 stars 141 forks source link

[Gdk,Gtk] Fix possible invalid memory access with GdkEvent. #198

Closed Therzok closed 7 years ago

Therzok commented 7 years ago

This was freeing the event right after construction. Manually bind these as symbols.xml doesn't support smart owned binding.