comctl32/tests: Free memory used by property sheet page (Valgrind).
This commit is contained in:
parent
af19e64017
commit
ccf2ea6179
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue