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:
parent
0d0fa46553
commit
4aad5655f2
|
@ -3856,6 +3856,8 @@ static void test_ShellItemArrayEnumItems(void)
|
|||
for(i = 0; i < done; i++)
|
||||
ILFree(apidl[i]);
|
||||
}
|
||||
|
||||
IShellFolder_Release(psf);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue