Edit

kc3-lang/freetype/src/sfnt

Branch :

  • Show log

    Commit

  • Author : Ben Wagner
    Date : 2020-10-23 08:29:14
    Hash : 007c109b
    Message : * src/sfnt/pngshim.c (Load_SBit_Png): Fix memory leak (#59322). The issue is that `rows` is allocated but will not be freed in the event that the call to `png_read_image` fails and calls `longjmp`.