Skip to content
Snippets Groups Projects
Commit 12c218c8 authored by Andrew Bogott's avatar Andrew Bogott Committed by Alexandre Julliard
Browse files

shdocvw: Plug a tiny memory leak in a test.

parent ef06f989
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment