shell32: Fix a memory leak in a test.
This commit is contained in:
parent
a8c2d4b5bc
commit
02a01f9585
|
@ -1559,6 +1559,8 @@ static void test_ITEMIDLIST_format(void) {
|
||||||
|
|
||||||
pILFree(pidlFile);
|
pILFree(pidlFile);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
IShellFolder_Release(psfPersonal);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void testSHGetFolderPathAndSubDirA(void)
|
static void testSHGetFolderPathAndSubDirA(void)
|
||||||
|
|
Loading…
Reference in New Issue