Nikolay Sivov : msxml3: Remove unneeded xmlInitParser call.

Alexandre Julliard julliard at winehq.org
Mon Jul 9 14:56:38 CDT 2012


Module: wine
Branch: master
Commit: 9a28ac8f7b9923829f3ae67ff0309772fe042028
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9a28ac8f7b9923829f3ae67ff0309772fe042028

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Sun Jul  8 22:53:20 2012 +0400

msxml3: Remove unneeded xmlInitParser call.

---

 dlls/msxml3/domdoc.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/msxml3/domdoc.c b/dlls/msxml3/domdoc.c
index 5711daf..cbbebf2 100644
--- a/dlls/msxml3/domdoc.c
+++ b/dlls/msxml3/domdoc.c
@@ -488,7 +488,6 @@ static xmlDocPtr doparse(domdoc* This, char const* ptr, int len, xmlCharEncoding
         xmlSAX2EndElementNs,            /* endElementNs */
         sax_serror                      /* serror */
     };
-    xmlInitParser();
 
     pctx = xmlCreateMemoryParserCtxt(ptr, len);
     if (!pctx)




More information about the wine-cvs mailing list