shdocvw: Plug a tiny memory leak in a test.
This commit is contained in:
parent
ef06f989a2
commit
12c218c8d8
|
@ -222,6 +222,8 @@ static void test_ReadAndWriteProperties(void)
|
|||
|
||||
ok(lstrcmpW(pvread[0].pwszVal, iconPath) == 0, "Wrong icon path read: %s\n",wine_dbgstr_w(pvread[0].pwszVal));
|
||||
|
||||
PropVariantClear(&pvread[0]);
|
||||
PropVariantClear(&pvread[1]);
|
||||
IPropertyStorage_Release(pPropStgRead);
|
||||
IPropertySetStorage_Release(pPropSetStg);
|
||||
urlA->lpVtbl->Release(urlA);
|
||||
|
|
Loading…
Reference in New Issue