[Mono-bugs] [Bug 80153][Nor] Changed - TextReader missing Dispose() on 1.0 profile
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Dec 5 12:33:14 EST 2006
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 skolima at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80153
--- shadow/80153 2006-12-05 12:32:45.000000000 -0500
+++ shadow/80153.tmp.20624 2006-12-05 12:33:14.000000000 -0500
@@ -29,6 +29,11 @@
this time only with TextReader.
First: it's a glitch in TextReader (it implements the interface
explicitly, so the object is only disposable when cast to
IDisposable), it's Dispose() implementation should be changed to this
of TextWriter, this is also visible on class status pages.
+
+------- Additional Comments From skolima at gmail.com 2006-12-05 12:33 -------
+Created an attachment (id=18232)
+Test case
+
More information about the mono-bugs
mailing list