summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2009-01-02 07:19:03 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2009-01-02 07:19:03 +0000
commit2317196c109647541c6339eac81db542bc0ca425 (patch)
treedca0834734a783952b875fc3b0513fbf6b070901 /ChangeLog
parent50d61fa3b2f74758be0ee234861c4ad20f2d2294 (diff)
downloadpango-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25376116..f550e218 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):