XParser: reset TextReader/Writer once finished
XParser holds a pointer to a Xml.TextReader and Xml.TextWriter, used internally by some methods, they are initialized more than twice then some issues arise. This patch just set them to null once they are finished to be usedful in context in order to free memory resources.
Loading
Please register or sign in to comment