=?UTF-8?Q?Bernhard=20=C3=9Cbelacker=20?=: comctl32/tests: Free memory used by property sheet page (Valgrind).

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jun 18 07:55:03 CDT 2015


Module: wine
Branch: master
Commit: ccf2ea61798979ae92e682e7396ecdd27fc80d61
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ccf2ea61798979ae92e682e7396ecdd27fc80d61

Author: Bernhard Übelacker <bernhardu at 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);
 }
 




More information about the wine-cvs mailing list