shell32/tests: Fix a memory leak (Valgrind).

Signed-off-by: Sven Baars <sven.wine@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Sven Baars 2019-05-31 20:39:43 +02:00 committed by Alexandre Julliard
parent 0d0fa46553
commit 4aad5655f2
1 changed files with 2 additions and 0 deletions

View File

@ -3856,6 +3856,8 @@ static void test_ShellItemArrayEnumItems(void)
for(i = 0; i < done; i++)
ILFree(apidl[i]);
}
IShellFolder_Release(psf);
}