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
1 changed files with 2 additions and 0 deletions

View File

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