commit | 445241589d3f3c45a9fda8f0a1f49806812cb9d0 | [log] [tgz] |
---|---|---|
author | suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp> | Sat Aug 07 01:46:56 2010 +0900 |
committer | suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp> | Sat Aug 07 01:46:56 2010 +0900 |
tree | e5d1614e3a20f6f426e076a79f63af8b9b99d26e | |
parent | c9de9cbd56caea5ceeab8d984e71441803c41aef [diff] |
Fix Savannah bug #30648. * src/base/ftobjs.c (FT_Done_Library): Specify the order of font drivers in face closing process. Type42 faces should be closed before TrueType faces, because a Type42 face refers another internal TrueType face which is created from sfnt[] array on the memory.