Commit b75a33a2 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

ole32: Add a missing IStream_Release to test_same_apartment_unmarshal_failure.

parent 2e2383d5
......@@ -434,6 +434,8 @@ static void test_same_apartment_unmarshal_failure(void)
ok(hr == E_NOINTERFACE, "CoUnmarshalInterface should have returned E_NOINTERFACE instead of 0x%08x\n", hr);
ok_no_locks();
IStream_Release(pStream);
}
/* tests success case of an interthread marshal */
......
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