ChangeSet ID: 21336 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/18 09:05:26
Modified files: dlls/msxml3/tests: domdoc.c dlls/msxml3 : nodemap.c nodelist.c node.c msxml_private.h domdoc.c
Log message: Huw Davies huw@codeweavers.com Ref count the xmlDocPtr. If two nodes refer to the same xmlNodePtr don't return same object.
Patch: http://cvs.winehq.org/patch.py?id=21336
Old revision New revision Changes Path 1.11 1.12 +77 -0 wine/dlls/msxml3/tests/domdoc.c 1.9 1.10 +1 -0 wine/dlls/msxml3/nodemap.c 1.7 1.8 +3 -0 wine/dlls/msxml3/nodelist.c 1.15 1.16 +9 -38 wine/dlls/msxml3/node.c 1.12 1.13 +2 -0 wine/dlls/msxml3/msxml_private.h 1.18 1.19 +20 -0 wine/dlls/msxml3/domdoc.c