msxml3: Fix memory leak in test.

This commit is contained in:
Alistair Leslie-Hughes 2008-01-11 13:51:03 +11:00 committed by Alexandre Julliard
parent aa5905b1db
commit 8e1e3e5c51

View file

@ -1988,6 +1988,8 @@ static void test_xmlTypes(void)
}
IXMLDOMDocument_Release(doc);
free_bstrs();
}
START_TEST(domdoc)