Re: [Mono-gc-list] Mono memory problems!

Miguel de Icaza <[email protected]> Wed, 18 Jul 2007 20:29:52 -0400
Newsgroups gmane.comp.gnome.mono.devel,gmane.comp.gnome.mono.garbage-collection
Organization Novell, Inc.
Message-ID <[email protected]>
> second... in SafeWaitHandle.cs, the line ...
>             NativeEventCalls.CloseEvent_internal (DangerousGetHandle());
> should be...
>             NativeEventCalls.CloseEvent_internal (handle);

I missed this one, I have now applied this as well.

Miguel