ole32: Fix stream reference leak in test_ReadClassStm.

This commit is contained in:
Rob Shearman 2009-12-29 19:00:22 +00:00 committed by Alexandre Julliard
parent b7d86b54d9
commit 36bfaea96d
1 changed files with 2 additions and 0 deletions

View File

@ -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