[Mono-bugs] [Bug 79974][Nor] Changed - [PATCH] MemoryStream.Close() dose not call is base method

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Nov 19 03:27:31 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 redforks at gmail.com.

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

--- shadow/79974	2006-11-19 03:27:00.000000000 -0500
+++ shadow/79974.tmp.4700	2006-11-19 03:27:31.000000000 -0500
@@ -33,6 +33,11 @@
                         streamClosed = true;
                         expandable = false;
                 }
 
 Note: base.Close() must be called before streamClosed = true. because only
 after base.Close(), MemoryStream is really be closed.
+
+------- Additional Comments From redforks at gmail.com  2006-11-19 03:27 -------
+Created an attachment (id=18111)
+patch
+


More information about the mono-bugs mailing list