i tryed to use FastMM4 to Debug my application for Memory Leaks and enabled the full-debug mode.
But it crashes before it shows the form with the message that a block end is corrupt..
i've done a research and figured out that this happen when i add an empty transparent png file to AlphaImagelist.
After a bit debuging i found that this does not happen when change line 927 from acPNG as you see.
before
CODE
SetLength(FTransparency, 255);
after
CODE
SetLength(FTransparency, 256);
could you fix this problem in the next release
Thank you for message, this code will be changed in the v6.44
is already fixed in 6.43!
the fix is made one day after i posted this message here