diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2009-01-02 07:19:03 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2009-01-02 07:19:03 +0000 |
commit | 2317196c109647541c6339eac81db542bc0ca425 (patch) | |
tree | dca0834734a783952b875fc3b0513fbf6b070901 /ChangeLog | |
parent | 50d61fa3b2f74758be0ee234861c4ad20f2d2294 (diff) | |
download | pango-2317196c109647541c6339eac81db542bc0ca425.tar.gz |
Finalize FreeType library after finalizing the FC fontmap. Fixes segfault
2009-01-02 Behdad Esfahbod <behdad@gnome.org>
* pango/pangocairo-fcfontmap.c (pango_cairo_fc_font_map_finalize):
* pango/pangoft2-fontmap.c (pango_ft2_font_map_finalize):
Finalize FreeType library after finalizing the FC fontmap. Fixes
segfault in the PangoFT2FontMap's finalize.
svn path=/trunk/; revision=2775
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2009-01-02 Behdad Esfahbod <behdad@gnome.org> + * pango/pangocairo-fcfontmap.c (pango_cairo_fc_font_map_finalize): + * pango/pangoft2-fontmap.c (pango_ft2_font_map_finalize): + Finalize FreeType library after finalizing the FC fontmap. Fixes + segfault in the PangoFT2FontMap's finalize. + +2009-01-02 Behdad Esfahbod <behdad@gnome.org> + * pango/pango-context.c (shaper_font_element_destroy), (get_shaper_font_cache), (shaper_font_cache_insert), (get_shaper_and_font_foreach), (itemize_state_process_run): |