mirror of
https://github.com/reactos/wine.git
synced 2025-01-24 04:45:18 +00:00
msxml3: Fix memory leak.
This commit is contained in:
parent
e3bfe193ca
commit
3fcc0cae51
@ -431,6 +431,7 @@ static void test_xmlelem_collection(void)
|
||||
ok(hr == E_INVALIDARG, "Expected E_INVALIDARG, got %d\n", hr);
|
||||
ok(child == NULL, "Expected NULL child\n");
|
||||
|
||||
IEnumVARIANT_Release(enumVar);
|
||||
IXMLElement_Release(element);
|
||||
IXMLElementCollection_Release(collection);
|
||||
IXMLDocument_Release(doc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user