mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
msxml3/tests: Fix BSTR leak.
This commit is contained in:
parent
e55da04e77
commit
aefe3456fb
@ -3856,6 +3856,7 @@ static void test_NodeTypeValue(void)
|
||||
hr = IXMLDOMNode_get_nodeTypedValue(pNode, &v);
|
||||
ok(hr == S_OK, "ret %08x\n", hr );
|
||||
ok(!lstrcmpW( V_BSTR(&v), _bstr_("Wine") ), "incorrect value\n");
|
||||
VariantClear( &v );
|
||||
|
||||
IXMLDOMNode_Release(pNode);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user