shdocvw: Fix a memory leak in the tests.

Found by Valgrind.
This commit is contained in:
Huw Davies 2009-12-12 12:19:05 +00:00 committed by Alexandre Julliard
parent 998d9d9a8f
commit 53ee807a3b

View File

@ -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: