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>
This commit is contained in:
parent
cfc7bd7460
commit
7f7c703eb9
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue