[PATCH 3/9] Free imagelist after use

Nikolay Sivov bunglehead at gmail.com
Sat Dec 5 11:49:12 CST 2009


---
 dlls/comctl32/tests/rebar.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/comctl32/tests/rebar.c b/dlls/comctl32/tests/rebar.c
index 6f26388..45b3c06 100644
--- a/dlls/comctl32/tests/rebar.c
+++ b/dlls/comctl32/tests/rebar.c
@@ -503,6 +503,7 @@ static void layout_test(void)
     check_sizes();
 
     DestroyWindow(hRebar);
+    ImageList_Destroy(himl);
 }
 
 #if 0       /* use this to generate more tests */
-- 
1.5.6.5


--=-kL2ppAJHJzu2oAJLt/PL--




More information about the wine-patches mailing list