Commit ccf2ea61 authored by Bernhard Übelacker's avatar Bernhard Übelacker Committed by Alexandre Julliard

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

parent af19e640
......@@ -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);
}
......
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