From 0f003ef48d28335ce30017019ca607c3cc5fe689 Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Sat, 5 Dec 2009 20:49:12 +0300 Subject: [PATCH] comctl32/tests: Free imagelist after use. --- dlls/comctl32/tests/rebar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/comctl32/tests/rebar.c b/dlls/comctl32/tests/rebar.c index 6f263887934..45b3c066ac3 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 */ -- 2.11.4.GIT