[Mono-bugs] [Bug 46645][Nor] Changed - Incorrect LeaseManager behavior

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 20 Jul 2003 16:27:54 -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 jlaban@wanadoo.fr.

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

--- shadow/46645	Sun Jul 20 16:27:15 2003
+++ shadow/46645.tmp.23007	Sun Jul 20 16:27:54 2003
@@ -22,6 +22,11 @@
 Under the MS runtime, the Dispose method is never called while the object 
 is still referenced somwhere else whereas under mono, the method is called 
 thus doing an early disposing of the object managed resources.
 
 Right now, the workaround is setting the lease time to the infinite but 
 this is incorrect.
+
+------- Additional Comments From jlaban@wanadoo.Fr  2003-07-20 16:27 -------
+Created an attachment (id=4921)
+Sample cs file
+