[Mono-bugs] [Bug 55644][Maj] Changed - GC not being called.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 16 Mar 2004 17:45:21 -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 jimeno@servidor.unam.mx.

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

--- shadow/55644	2004-03-16 17:44:20.000000000 -0500
+++ shadow/55644.tmp.26042	2004-03-16 17:45:21.000000000 -0500
@@ -67,6 +67,17 @@
 move the bug to mcs.
 
 ------- Additional Comments From jimeno@servidor.unam.mx  2004-03-16 17:44 -------
 Created an attachment (id=6993)
 A newer test case which uses the destructor syntax ~objeto(){//,,,}
 
+
+------- Additional Comments From jimeno@servidor.unam.mx  2004-03-16 17:45 -------
+hanks for your help Ben.
+
+I did as you said. Modified the Finalize() method and renamed it to
+~objeto(). That didn't solve the problem.
+
+I've just attached the modified file (for convenience, name it
+"finalizador-2.cs") Please compile it and try it.
+
+Read ya!