On Sunday 10 December 2006 16:57, Peter Oberndorfer wrote:
The patch comctl32: Remove Nx1 assumptions in ImageList_Read (e74b0ee9102470d1b866e94c54527b34806cf876) would produce black images on the toolbar of IDA Pro Demo after clicking one of the listviews on the right
Changelog: comctl32: fix imagelist regression from "comctl32: Remove Nx1 assumptions in ImageList_Read" remove unused HBITMAP hbmColor
It still leaks memory, when it fails to read the bitmap or the mask. I'll try to write a testcase to see what happens if one of them is missing.
Greetings Peter