Sweden-Number/dlls/msxml3
Rob Shearman 211e4fc0fe msxml3: Fix double-free of BSTR in domdoc tests.
Using the _bstr_ allocator adds the returned string to a cache, so the
string shouldn't be freed with SysFreeString. Therefore, just replace
the lone call to _bstr_ in this function by a straight call to
SysAllocString.
2009-12-02 16:08:52 +01:00
..
tests msxml3: Fix double-free of BSTR in domdoc tests. 2009-12-02 16:08:52 +01:00
Makefile.in
attribute.c
bsc.c
cdata.c
comment.c
dispex.c
docfrag.c
domdoc.c
domimpl.c
element.c
entityref.c
factory.c
httprequest.c
main.c
msxml3.spec
msxml3_v1.idl
msxml_private.h
node.c msxml3: Make some functions static in node.c. 2009-11-24 15:53:36 +01:00
nodelist.c
nodemap.c
parseerror.c
pi.c
queryresult.c
regsvr.c
saxreader.c
schema.c
text.c
uuid.c
version.rc
xmldoc.c
xmlelem.c