Commit 19fa0b32 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

shell32/tests: fix a couple memory leaks (Valgrind).

parent 63f2121d
......@@ -4434,6 +4434,9 @@ static void test_SHChangeNotify(void)
SHChangeNotify(exp_data->signal, SHCNF_PATHW | SHCNF_FLUSH, path1, path2);
do_events();
ok(exp_data->missing_events == 0, "%s: Expected wndproc to be called\n", exp_data->id);
HeapFree(GetProcessHeap(), 0, path1);
HeapFree(GetProcessHeap(), 0, path2);
}
}
......
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