ole32: Add a missing IStream_Release to test_CoMarshalInterThreadInterfaceInStream.

This commit is contained in:
Rob Shearman 2007-11-10 13:55:06 +00:00 committed by Alexandre Julliard
parent 5f4f0fa04d
commit 2e2383d5ca
1 changed files with 1 additions and 0 deletions

View File

@ -642,6 +642,7 @@ static void test_CoMarshalInterThreadInterfaceInStream(void)
ok_ole_success(hr, "CoUnmarshalInterface");
IClassFactory_Release(pProxy);
IStream_Release(pStream);
ok_no_locks();