shell32: Fix a memory leak in a test.

This commit is contained in:
Vincent Povirk 2009-12-13 19:16:13 -06:00 committed by Alexandre Julliard
parent a8c2d4b5bc
commit 02a01f9585
1 changed files with 2 additions and 0 deletions

View File

@ -1559,6 +1559,8 @@ static void test_ITEMIDLIST_format(void) {
pILFree(pidlFile);
}
IShellFolder_Release(psfPersonal);
}
static void testSHGetFolderPathAndSubDirA(void)