Commit 7f7c703e authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard

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

parent cfc7bd74
......@@ -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);
......
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