mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
[MSXML3_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68466
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user