Nikolay Sivov : msxml3: Remove unneeded xmlInitParser call.
Module: wine Branch: master Commit: 9a28ac8f7b9923829f3ae67ff0309772fe042028 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9a28ac8f7b9923829f3ae67ff0... Author: Nikolay Sivov <nsivov(a)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)
participants (1)
-
Alexandre Julliard