[Mono-bugs] [Bug 82134][Maj] Changed - AutoResetEvent causes memory leak when compiled with gmcs

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jul 18 18:11:19 EDT 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by cedricv at neonux.com.

http://bugzilla.ximian.com/show_bug.cgi?id=82134

--- shadow/82134	2007-07-18 18:09:44.000000000 -0400
+++ shadow/82134.tmp.1673	2007-07-18 18:11:19.000000000 -0400
@@ -98,6 +98,14 @@
 -                       if (refcount == 0){
 +                       if (refcount == 0 && handle ==
 invalid_handle_value) {
                                 throw new ObjectDisposedException
 (GetType ().FullName);
                         }
+
+------- Additional Comments From cedricv at neonux.com  2007-07-18 18:11 -------
+You're welcome! Actually I've noticed the same problem some time ago
+on the application I'm developing but has not had taken the time to
+investigate before because it is far from being in production yet.
+
+Changed the bug to the correct component.
+


More information about the mono-bugs mailing list