comctl32/tests: Free memory used by property sheet page (Valgrind).

This commit is contained in:
Bernhard Übelacker 2015-06-18 00:43:25 +02:00 committed by Alexandre Julliard
parent af19e64017
commit ccf2ea6179
1 changed files with 1 additions and 0 deletions

View File

@ -874,6 +874,7 @@ if (0)
r = SendMessageA(tab, TCM_GETITEMCOUNT, 0, 0);
ok(r == 3, "got %d\n", r);
DestroyPropertySheetPage(hpsp[4]);
DestroyWindow(hdlg);
}