Commit 12c218c8 authored by Andrew Bogott's avatar Andrew Bogott Committed by Alexandre Julliard

shdocvw: Plug a tiny memory leak in a test.

parent ef06f989
......@@ -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);
......
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