[Gtk-sharp-list] IDisposable

Adam Treat manyoso@yahoo.com
Wed, 4 Sep 2002 11:18:11 -0400


On Wednesday 04 September 2002 02:09 am, Mike Kestner wrote:
> On Wed, 2002-09-04 at 00:50, Mike Kestner wrote:
> > So, expect some interesting behavior if you've been lazy about retaining
> > refs to your objects.
>
> Thinking about it a bit more, the GC won't get involved until we switch
> over to weak refs in the object mapping hash, so nobody needs to stress
> out yet.  Maybe next hack.

Just so you know, WeakReferences are not working so well right now.  In fact 
we've experienced a few problems with WR and the GC.  I think we'll both have 
to wait until this bug is fixed: 
http://bugzilla.ximian.com/show_bug.cgi?id=29604

Cheers,

Adam