explorerframe/tests: Free the shell items at the end of the event tests.

Spotted with Valgrind.
This commit is contained in:
Andrew Nguyen 2011-01-16 03:41:20 -06:00 committed by Alexandre Julliard
parent 534196fba9
commit 3ed34dc325
1 changed files with 3 additions and 0 deletions

View File

@ -2381,6 +2381,9 @@ static void test_events(void)
HeapFree(GetProcessHeap(), 0, pnstceimpl);
HeapFree(GetProcessHeap(), 0, pnstceimpl2);
}
IShellItem_Release(psi);
IShellItem_Release(psidesktop);
}
static void setup_window(void)