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:
Alistair Leslie-Hughes 2015-10-30 17:48:38 +11:00 committed by Alexandre Julliard
parent f912d85deb
commit 3e9b4c1a17
1 changed files with 1 additions and 0 deletions

View File

@ -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[] = {