From c932790dcf03bee253c68e940a7f827e8351ded0 Mon Sep 17 00:00:00 2001 From: Rob Shearman Date: Mon, 23 Oct 2006 11:28:46 +0100 Subject: [PATCH] comctl32: Fix imagelist leak in tests. --- dlls/comctl32/tests/imagelist.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/comctl32/tests/imagelist.c b/dlls/comctl32/tests/imagelist.c index 16741d7311f..f863455dff4 100644 --- a/dlls/comctl32/tests/imagelist.c +++ b/dlls/comctl32/tests/imagelist.c @@ -283,6 +283,8 @@ static void testHotspot (void) #undef SIZEX2 #undef SIZEY2 #undef HOTSPOTS_MAX + ImageList_Destroy(himl2); + ImageList_Destroy(himl1); DestroyWindow(hwnd); } -- 2.11.4.GIT