comdlg32/tests: Fixed memory leak (Valgrind).

This commit is contained in:
Qian Hong 2014-11-20 13:02:41 +08:00 committed by Alexandre Julliard
parent b985b677e8
commit 0380ee031c
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}