Commit 2e2383d5 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

ole32: Add a missing IStream_Release to test_CoMarshalInterThreadInterfaceInStream.

parent 5f4f0fa0
......@@ -642,6 +642,7 @@ static void test_CoMarshalInterThreadInterfaceInStream(void)
ok_ole_success(hr, "CoUnmarshalInterface");
IClassFactory_Release(pProxy);
IStream_Release(pStream);
ok_no_locks();
......
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