ole32: Add a missing IStream_Release to test_CoMarshalInterThreadInterfaceInStream.
This commit is contained in:
parent
5f4f0fa04d
commit
2e2383d5ca
|
@ -642,6 +642,7 @@ static void test_CoMarshalInterThreadInterfaceInStream(void)
|
|||
ok_ole_success(hr, "CoUnmarshalInterface");
|
||||
|
||||
IClassFactory_Release(pProxy);
|
||||
IStream_Release(pStream);
|
||||
|
||||
ok_no_locks();
|
||||
|
||||
|
|
Loading…
Reference in New Issue