[Mono-bugs] [Bug 70701][Cri] Changed - use of finalizers causes memory leaks

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 22 Dec 2004 15:47:08 -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 lupus@ximian.com.

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

--- shadow/70701	2004-12-22 14:38:49.000000000 -0500
+++ shadow/70701.tmp.1460	2004-12-22 15:47:08.000000000 -0500
@@ -107,6 +107,10 @@
 1.0.5 and 1.1.3.
 
 ------- Additional Comments From will@cambia.com  2004-12-22 14:38 -------
 I hate to disagree, but on my system adding a GC.Collect() call 
 every ten seconds (i.e. after the al.Clear();) does not stop the 
 leak from occurring, it only slows it down.
+
+------- Additional Comments From lupus@ximian.com  2004-12-22 15:47 -------
+Well, I added it in a different place, after _cnt = 0;
+Adding it after al.Clear() confirms the leak you see.