Signed-off-by: Sven Baars sven.wine@gmail.com --- dlls/xmllite/tests/writer.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/xmllite/tests/writer.c b/dlls/xmllite/tests/writer.c index 99ad168c53..1c6689a00d 100644 --- a/dlls/xmllite/tests/writer.c +++ b/dlls/xmllite/tests/writer.c @@ -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);