Commit c932790d authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

comctl32: Fix imagelist leak in tests.

parent 33d5da5b
......@@ -283,6 +283,8 @@ static void testHotspot (void)
#undef SIZEX2
#undef SIZEY2
#undef HOTSPOTS_MAX
ImageList_Destroy(himl2);
ImageList_Destroy(himl1);
DestroyWindow(hwnd);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment