msxml3/tests: Fix interface leak.

This commit is contained in:
Nikolay Sivov 2010-01-21 02:24:29 +03:00 committed by Alexandre Julliard
parent 7401af64e9
commit 97c2a25472
1 changed files with 1 additions and 0 deletions

View File

@ -433,6 +433,7 @@ static void test_persiststreaminit(void)
hr = IXMLDocument_get_root(doc, &element);
ok(hr == S_OK, "Expected S_OK, got %08x\n", hr);
hr = IXMLElement_put_text(element, str);
IXMLElement_Release(element);
SysFreeString(str);
hr = IPersistStreamInit_IsDirty(psi);