xmllite/tests: Fix memory leak (valgrind).
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f912d85deb
commit
3e9b4c1a17
|
@ -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[] = {
|
||||
|
|
Loading…
Reference in New Issue