Module: wine Branch: master Commit: ccf2ea61798979ae92e682e7396ecdd27fc80d61 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ccf2ea61798979ae92e682e739...
Author: Bernhard Übelacker bernhardu@vr-web.de Date: Thu Jun 18 00:43:25 2015 +0200
comctl32/tests: Free memory used by property sheet page (Valgrind).
---
dlls/comctl32/tests/propsheet.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/comctl32/tests/propsheet.c b/dlls/comctl32/tests/propsheet.c index 815b8ad..9a422f1 100644 --- a/dlls/comctl32/tests/propsheet.c +++ b/dlls/comctl32/tests/propsheet.c @@ -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); }