Commit 0380ee03 authored by Qian Hong's avatar Qian Hong Committed by Alexandre Julliard

comdlg32/tests: Fixed memory leak (Valgrind).

parent b985b677
......@@ -531,6 +531,7 @@ static void test_PrintDlgExW(void)
if (!winetest_interactive)
{
skip("interactive PrintDlgEx tests (set WINETEST_INTERACTIVE=1)\n");
HeapFree(GetProcessHeap(), 0, pDlg);
return;
}
......
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