openmedicus / gtk-sharp

DEPRECATED: Use https://github.com/GLibSharp/GtkSharp or https://github.com/GtkSharp/GtkSharp
Other
22 stars 6 forks source link

Fixed memory leak when calling Application.Invoke and GLibSynchronizationContext from non GUI thread #7

Closed nyxiscoo1 closed 8 years ago

nyxiscoo1 commented 8 years ago

Fixed memory leak when calling Application.Invoke(uses Timeout.Add) and GLibSynchronizationContext(uses Idle.Add) from non GUI thread. https://bugzilla.xamarin.com/show_bug.cgi?id=21900