Commit 3ed34dc3 authored by Andrew Nguyen's avatar Andrew Nguyen Committed by Alexandre Julliard

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

Spotted with Valgrind.
parent 534196fb
...@@ -2381,6 +2381,9 @@ static void test_events(void) ...@@ -2381,6 +2381,9 @@ static void test_events(void)
HeapFree(GetProcessHeap(), 0, pnstceimpl); HeapFree(GetProcessHeap(), 0, pnstceimpl);
HeapFree(GetProcessHeap(), 0, pnstceimpl2); HeapFree(GetProcessHeap(), 0, pnstceimpl2);
} }
IShellItem_Release(psi);
IShellItem_Release(psidesktop);
} }
static void setup_window(void) static void setup_window(void)
......
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