shdocvw: Plug a tiny memory leak in a test.

This commit is contained in:
Andrew Bogott 2010-11-23 03:43:32 -06:00 committed by Alexandre Julliard
parent ef06f989a2
commit 12c218c8d8
1 changed files with 2 additions and 0 deletions

View File

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