msxml3: Don't lose pointer to externaly allocated xmlSAXHandler copy.

This commit is contained in:
Nikolay Sivov 2010-01-10 18:24:41 +03:00 committed by Alexandre Julliard
parent e4d895c7ee
commit b122cd7a1c
1 changed files with 0 additions and 1 deletions

View File

@ -1853,7 +1853,6 @@ static HRESULT internal_parseStream(saxreader *This, IStream *stream, BOOL vbInt
}
This->isParsing = FALSE;
locator->pParserCtxt->sax = NULL;
xmlFreeParserCtxt(locator->pParserCtxt);
locator->pParserCtxt = NULL;
ISAXLocator_Release((ISAXLocator*)&locator->lpSAXLocatorVtbl);