Commit 53ee807a authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

shdocvw: Fix a memory leak in the tests.

Found by Valgrind.
parent 998d9d9a
......@@ -217,6 +217,7 @@ static void test_ShortcutFolder(void) {
IsEqualCLSID(&CLSID_WineTest, (REFCLSID)((LPBYTE)pidlCurFolder+4)),
"GetCurFolder returned unexpected pidl!\n");
ILFree(pidlCurFolder);
IPersistFolder3_Release(pWineTestPersistFolder);
cleanup:
......
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