Commit 4aad5655 authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard

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

parent 0d0fa465
...@@ -3856,6 +3856,8 @@ static void test_ShellItemArrayEnumItems(void) ...@@ -3856,6 +3856,8 @@ static void test_ShellItemArrayEnumItems(void)
for(i = 0; i < done; i++) for(i = 0; i < done; i++)
ILFree(apidl[i]); ILFree(apidl[i]);
} }
IShellFolder_Release(psf);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment