msxml3: Do not invoke ISAXXMLReader_endDocument when parser was stopped.
This commit is contained in:
parent
216d4c0834
commit
2cb215b51f
|
@ -111,6 +111,8 @@ static void libxmlEndDocument(void *ctx)
|
|||
This->lastColumn = 0;
|
||||
This->lastLine = 0;
|
||||
|
||||
if(This->ret != S_OK) return;
|
||||
|
||||
if(This->saxreader->contentHandler)
|
||||
{
|
||||
hr = ISAXContentHandler_endDocument(This->saxreader->contentHandler);
|
||||
|
|
Loading…
Reference in New Issue