[Mono-bugs] [Bug 53078][Nor] Changed - Thread not disposed if Start not called
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 21 Jan 2004 14:11:43 -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-21 13:42:12.000000000 -0500
+++ shadow/53078.tmp.5687 2004-01-21 14:11:43.000000000 -0500
@@ -161,6 +161,9 @@
mono_run_finalize(thread, 0);
return(0);
Note: finalizer may be run on objects not in hashtable, but it
should simply return with no error, unless there is a better way.
+
+------- Additional Comments From gonzalo@ximian.com 2004-01-21 14:11 -------
+I will try this later. Thanks for the work so far.