[Mono-bugs] [Bug 28946][Nor] Changed - finalizers not chained
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
19 Aug 2002 18:54:17 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=28946
--- shadow/28946 Sat Aug 17 21:44:48 2002
+++ shadow/28946.tmp.28411 Mon Aug 19 14:54:17 2002
@@ -10,13 +10,12 @@
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: finalizers not chained
A finalizer should chain to the parents' finalizer in the finally
block. Compile this sample with csc and mcs and compare the code
in the Finalize() methods.
using System;
@@ -43,6 +42,9 @@
}
------- Additional Comments From miguel@ximian.com 2002-08-17 21:44 -------
I am CCIng Martin on this. The code to handle this is on CVS, but a
call to MemberLookup on the parent class for "Finalize" is returning
zero matches.
+
+------- Additional Comments From miguel@ximian.com 2002-08-19 14:54 -------
+Forgot to CC Martin