mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[MSXML3_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68466
This commit is contained in:
parent
f756c9c7a0
commit
b2b1bf9eef
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue