[MSXML3_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68466
This commit is contained in:
Amine Khaldi 2015-07-19 23:07:29 +00:00
parent f756c9c7a0
commit b2b1bf9eef

View file

@ -2243,10 +2243,9 @@ static void test_domnode( void )
ok( tag != NULL, "tag was null\n");
ok( !lstrcmpW( tag, szSSearch ), "incorrect tag name\n");
SysFreeString( tag );
}
if (element)
IXMLDOMElement_Release( element );
}
ok(IXMLDOMDocument_Release( doc ) == 0, "document is not destroyed\n");
free_bstrs();