[Mono-bugs] [Bug 46645][Nor] Changed - Incorrect LeaseManager behavior
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 21 Jul 2003 13:05:12 -0400 (EDT)
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 lluis@ideary.com.
http://bugzilla.ximian.com/show_bug.cgi?id=46645
--- shadow/46645 Sun Jul 20 16:27:54 2003
+++ shadow/46645.tmp.5159 Mon Jul 21 13:05:12 2003
@@ -1,14 +1,14 @@
Bug#: 46645
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: jlaban@wanadoo.Fr
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -27,6 +27,11 @@
this is incorrect.
------- Additional Comments From jlaban@wanadoo.Fr 2003-07-20 16:27 -------
Created an attachment (id=4921)
Sample cs file
+
+------- Additional Comments From lluis@ideary.com 2003-07-21 13:05 -------
+Fixed in CVS. Dispose is not called by the lease manager any more.
+However, notice that the object is unregistered when the lease time
+expires, even if there are references to it (that's by design).