msxml3: Fix memory leak in test.
This commit is contained in:
parent
aa5905b1db
commit
8e1e3e5c51
|
@ -1988,6 +1988,8 @@ static void test_xmlTypes(void)
|
|||
}
|
||||
|
||||
IXMLDOMDocument_Release(doc);
|
||||
|
||||
free_bstrs();
|
||||
}
|
||||
|
||||
START_TEST(domdoc)
|
||||
|
|
Loading…
Reference in New Issue