msxml3: IXMLElementCollection::QueryInterface should return NULL interface on error.

This commit is contained in:
Dmitry Timoshkov 2014-01-31 15:18:57 +09:00 committed by Alexandre Julliard
parent 9e9d3b2236
commit fdba11a263
1 changed files with 1 additions and 0 deletions

View File

@ -573,6 +573,7 @@ static HRESULT WINAPI xmlelem_collection_QueryInterface(IXMLElementCollection *i
else
{
FIXME("interface %s not implemented\n", debugstr_guid(riid));
*ppvObject = NULL;
return E_NOINTERFACE;
}