[Gtk-sharp-list] Pre-release, Gtk# 0.6

Miguel de Icaza miguel@ximian.com
10 Dec 2002 01:00:44 -0500


Hello,

> * I have confirmed that Gtk# works with Mono 0.17, but as that version
> shipped with finalizers disabled, large Gtk# applications running under
> Mono 0.17 will leak memory like a sieve. 

Actually, only the finalizers-on-a-thread are disabled.  That means that
finalizers still work, but they are executed on the same thread.

Miguel