Commit 3e9b4c1a authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

xmllite/tests: Fix memory leak (valgrind).

parent f912d85d
......@@ -1431,6 +1431,7 @@ static void test_readvaluechunk(void)
ok(value[0] == 'c', "got %s\n", wine_dbgstr_w(value));
IXmlReader_Release(reader);
IStream_Release(stream);
}
static struct test_entry cdata_tests[] = {
......
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