From: Amine Khaldi Date: Sun, 19 Jul 2015 23:07:29 +0000 (+0000) Subject: [MSXML3_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924 X-Git-Tag: ReactOS-0.4.0~1550 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=b2b1bf9eef371632ae8aa2149aabebab5c8ba28f [MSXML3_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924 svn path=/trunk/; revision=68466 --- diff --git a/rostests/winetests/msxml3/domdoc.c b/rostests/winetests/msxml3/domdoc.c index 312d5806539..8683b285b51 100644 --- a/rostests/winetests/msxml3/domdoc.c +++ b/rostests/winetests/msxml3/domdoc.c @@ -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();