msxml3: Don't lose pointer to externaly allocated xmlSAXHandler copy.
This commit is contained in:
parent
e4d895c7ee
commit
b122cd7a1c
|
@ -1853,7 +1853,6 @@ static HRESULT internal_parseStream(saxreader *This, IStream *stream, BOOL vbInt
|
||||||
}
|
}
|
||||||
This->isParsing = FALSE;
|
This->isParsing = FALSE;
|
||||||
|
|
||||||
locator->pParserCtxt->sax = NULL;
|
|
||||||
xmlFreeParserCtxt(locator->pParserCtxt);
|
xmlFreeParserCtxt(locator->pParserCtxt);
|
||||||
locator->pParserCtxt = NULL;
|
locator->pParserCtxt = NULL;
|
||||||
ISAXLocator_Release((ISAXLocator*)&locator->lpSAXLocatorVtbl);
|
ISAXLocator_Release((ISAXLocator*)&locator->lpSAXLocatorVtbl);
|
||||||
|
|
Loading…
Reference in New Issue