[Mono-bugs] [Bug 45534][Nor] Changed - XmlTextReader improperly closes stream
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sun, 6 Jul 2003 12:38:00 -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 ginga@kit.hi-ho.ne.jp.
http://bugzilla.ximian.com/show_bug.cgi?id=45534
--- shadow/45534 Sun Jun 29 23:30:04 2003
+++ shadow/45534.tmp.26828 Sun Jul 6 12:38:00 2003
@@ -1,13 +1,13 @@
Bug#: 45534
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details: Win2000
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: System.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: Mark_Kuschnir@yahoo.co.uk
QAContact: mono-bugs@ximian.com
@@ -95,6 +95,10 @@
00 System.Xml.XmlDocument:Load (System.Xml.XmlReader)
in [0x0000c] (at
/home/gpanjav/go-mono/mcs/class/System.XML/System.Xml/XmlDocument.cs:546)
00 System.Xml.XmlDocument:Load (System.IO.Stream)
in <0x00120> 00 .XmlReaderProblem:Main (string[])
+
+------- Additional Comments From ginga@kit.hi-ho.ne.jp 2003-07-06 12:37 -------
+I fixed XmlDocument.Load() not to close (other than filename case).
+Thanks.