Memory Leak in acPNG

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33197
    Sereby
    Participant

    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

    #40290
    Support
    Keymaster

    Thank you for message, this code will be changed in the v6.44

    #40297
    Sereby
    Participant

    is already fixed in 6.43!
    the fix is made one day after i posted this message here

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.