Sweden-Number/dlls/msxml3/tests
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
..
Makefile.in
domdoc.c msxml3: Fix double-free of BSTR in domdoc tests. 2009-12-02 16:08:52 +01:00
saxreader.c
schema.c
xmldoc.c
xmlelem.c