Module: wine Branch: master Commit: d8a9a691e6c651fe4ccf96162e196e46bd7d04bd URL: http://source.winehq.org/git/wine.git/?a=commit;h=d8a9a691e6c651fe4ccf96162e...
Author: Nikolay Sivov bunglehead@gmail.com Date: Wed Feb 3 22:47:53 2010 +0300
msxml3: Use existing helpers for heap allocations.
---
dlls/msxml3/attribute.c | 4 +- dlls/msxml3/bsc.c | 10 +++---- dlls/msxml3/cdata.c | 8 +++--- dlls/msxml3/comment.c | 4 +- dlls/msxml3/docfrag.c | 4 +- dlls/msxml3/domdoc.c | 40 +++++++++++++++--------------- dlls/msxml3/domimpl.c | 4 +- dlls/msxml3/element.c | 22 ++++++++-------- dlls/msxml3/entityref.c | 4 +- dlls/msxml3/httprequest.c | 4 +- dlls/msxml3/node.c | 8 +++--- dlls/msxml3/nodelist.c | 4 +- dlls/msxml3/nodemap.c | 10 +++--- dlls/msxml3/parseerror.c | 4 +- dlls/msxml3/pi.c | 4 +- dlls/msxml3/queryresult.c | 2 +- dlls/msxml3/saxreader.c | 60 +++++++++++++++++++++------------------------ dlls/msxml3/schema.c | 4 +- dlls/msxml3/text.c | 8 +++--- dlls/msxml3/xmldoc.c | 4 +- dlls/msxml3/xmlelem.c | 18 ++++++------ 21 files changed, 112 insertions(+), 118 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d8a9a691e6c651fe4ccf96...