Commit 36bfaea9 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

ole32: Fix stream reference leak in test_ReadClassStm.

parent b7d86b54
......@@ -1593,6 +1593,8 @@ static void test_ReadClassStm(void)
hr = ReadClassStm(pStream, &clsid);
ok_ole_success(hr, "ReadClassStm");
ok(IsEqualCLSID(&clsid, &test_stg_cls), "clsid should have been set to CLSID_WineTest\n");
IStream_Release(pStream);
}
struct access_res
......
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