explorerframe/tests: Free the shell items at the end of the event tests.
Spotted with Valgrind.
This commit is contained in:
parent
534196fba9
commit
3ed34dc325
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue