Commit 8e1e3e5c authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

msxml3: Fix memory leak in test.

parent aa5905b1
......@@ -1988,6 +1988,8 @@ static void test_xmlTypes(void)
}
IXMLDOMDocument_Release(doc);
free_bstrs();
}
START_TEST(domdoc)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment