Module: wine Branch: master Commit: b122cd7a1cbb7d3c320c99f1f3ff6d6a425a756b URL: http://source.winehq.org/git/wine.git/?a=commit;h=b122cd7a1cbb7d3c320c99f1f3...
Author: Nikolay Sivov bunglehead@gmail.com Date: Sun Jan 10 18:24:41 2010 +0300
msxml3: Don't lose pointer to externaly allocated xmlSAXHandler copy.
---
dlls/msxml3/saxreader.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/msxml3/saxreader.c b/dlls/msxml3/saxreader.c index 6cf95d1..a69b0e6 100644 --- a/dlls/msxml3/saxreader.c +++ b/dlls/msxml3/saxreader.c @@ -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);