[Mono-bugs] [Bug 34963][Wis] Changed - Mono leaks lock/monitor handles
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
4 Dec 2002 09:58:40 -0000
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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=34963
--- shadow/34963 Tue Dec 3 20:21:40 2002
+++ shadow/34963.tmp.6293 Wed Dec 4 04:58:40 2002
@@ -5,13 +5,13 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Wishlist
Component: misc
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: dick@ximian.com
ReportedBy: tum@veridicus.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Mono leaks lock/monitor handles
@@ -145,6 +145,10 @@
CloseHandle (mon->monitor);
CloseHandle (mon->sema);
CloseHandle (mon->waiters_done);
DeleteCriticalSection(&mon->waiters_count_lock);
}
+
+------- Additional Comments From dick@ximian.com 2002-12-04 04:58 -------
+Critical sections don't have handles, according to all the
+documentation I've seen.