GNOME Bugzilla – Bug 485621
Get rid of freetype memory allocator in harfbuzz
Last modified: 2007-10-11 06:56:46 UTC
So we can share a single PangoOTBuffer across runs.
2007-10-11 Behdad Esfahbod <behdad@gnome.org> Bug 485621 – Get rid of freetype memory allocator in harfbuzz * pango/opentype/*: Remove all occurences of FT_Memory. Use malloc/realloc/free directly. * pango/pango-ot*: Update to above.