Edit

kc3-lang/freetype/src/base

Branch :

  • Show log

    Commit

  • Author : David Turner
    Date : 2007-01-04 16:46:46
    Hash : a8cf42bb
    Message : * src/pshinter/pshalgo.c: remove a stupid typo that results in no hinting and a memory leak with some large Asian CFF fonts * src/base/ftobjs.c (FT_Done_Library): remove a subtle memory leak which happens when FT_Done_Library is called with opened CFF_Faces in it. We need to close all faces before destroying the modules, or else some bad things (memory leaks) may happen.