mirror of
https://github.com/reactos/wine.git
synced 2025-02-03 10:43:30 +00:00
shdocvw: Fix a memory leak in the tests.
Found by Valgrind.
This commit is contained in:
parent
998d9d9a8f
commit
53ee807a3b
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user