[Mono-bugs] [Bug 53078][Nor] Changed - Thread not disposed if Start not called

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 20 Jan 2004 13:50:27 -0500 (EST)


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 gonzalo@ximian.com.

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

--- shadow/53078	2004-01-20 13:13:17.000000000 -0500
+++ shadow/53078.tmp.22148	2004-01-20 13:50:27.000000000 -0500
@@ -136,6 +136,10 @@
 
 
 Shows only 12Meg in use after test instead of 55Meg.  
 
 Now I am going to try a similar change to ThreadPool.c
 where it calls 'ExitThread(0)'; (return (0) instead?);
+
+------- Additional Comments From gonzalo@ximian.com  2004-01-20 13:50 -------
+Oh! Yes. Use return 0. I've had that change locally for quite some
+time now.