After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 485621 - Get rid of freetype memory allocator in harfbuzz
Get rid of freetype memory allocator in harfbuzz
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks: 485566
 
 
Reported: 2007-10-11 05:54 UTC by Behdad Esfahbod
Modified: 2007-10-11 06:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Behdad Esfahbod 2007-10-11 05:54:43 UTC
So we can share a single PangoOTBuffer across runs.
Comment 1 Behdad Esfahbod 2007-10-11 06:56:46 UTC
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.