msxml3: Always set out pointer to null on failed QueryInterface.
authorNikolay Sivov <nsivov@codeweavers.com>
Mon, 28 Feb 2011 19:28:53 +0000 (22:28 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 1 Mar 2011 12:21:58 +0000 (13:21 +0100)
commit37ce949745d3e31d6b4923c57259b86799876f11
tree27586e82758fc2bc9a3f5102e037377f74b17646
parenta4cc8bc63c7aa4c3db998c6b3c6de3a69993953b
msxml3: Always set out pointer to null on failed QueryInterface.
18 files changed:
dlls/msxml3/attribute.c
dlls/msxml3/bsc.c
dlls/msxml3/cdata.c
dlls/msxml3/comment.c
dlls/msxml3/docfrag.c
dlls/msxml3/doctype.c
dlls/msxml3/domimpl.c
dlls/msxml3/element.c
dlls/msxml3/entityref.c
dlls/msxml3/factory.c
dlls/msxml3/nodemap.c
dlls/msxml3/parseerror.c
dlls/msxml3/pi.c
dlls/msxml3/schema.c
dlls/msxml3/stylesheet.c
dlls/msxml3/text.c
dlls/msxml3/xmldoc.c
dlls/msxml3/xmlelem.c