Edit

kc3-lang/freetype/src/type1

Branch :

  • Show log

    Commit

  • Author : Chris Liddell
    Date : 2025-02-18 13:50:36
    Hash : 0fcd10ee
    Message : [type1] Fix memory leak on CharString error. In the event that a CharString retrieved via the incremental interface caused an error, the memory for that CharString was not being freed. * src/type1/t1gload.c (T1_Parse_Glyph_And_Get_Char_String): Free charstring.