comctl32: Fix imagelist leak in tests.

This commit is contained in:
Rob Shearman 2006-10-23 11:28:46 +01:00 committed by Alexandre Julliard
parent 33d5da5bda
commit c932790dcf

View file

@ -283,6 +283,8 @@ static void testHotspot (void)
#undef SIZEX2
#undef SIZEY2
#undef HOTSPOTS_MAX
ImageList_Destroy(himl2);
ImageList_Destroy(himl1);
DestroyWindow(hwnd);
}