xmllite/tests: Fix a memory leak (Valgrind).

Signed-off-by: Sven Baars <sven.wine@gmail.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Sven Baars 2019-01-14 16:14:38 +01:00 committed by Alexandre Julliard
parent cfc7bd7460
commit 7f7c703eb9
1 changed files with 1 additions and 0 deletions

View File

@ -483,6 +483,7 @@ todo_wine
CHECK_OUTPUT_RAW(stream, utf16_outputW, sizeof(utf16_outputW));
IStream_Release(stream);
IUnknown_Release(output);
/* Create output with meaningless code page value. */
hr = CreateStreamOnHGlobal(NULL, TRUE, &stream);