summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2009-01-02 07:00:36 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2009-01-02 07:00:36 +0000
commit50d61fa3b2f74758be0ee234861c4ad20f2d2294 (patch)
tree7d12950967fc1a4d28ae9e8d9f8fa713154408fd /ChangeLog
parent3ce892f3420e078b8a95cd0f60290c83dfb5191f (diff)
downloadpango-50d61fa3b2f74758be0ee234861c4ad20f2d2294.tar.gz
Fix possible reference leak when fallback is disabled.
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): Fix possible reference leak when fallback is disabled. svn path=/trunk/; revision=2774
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7efe090f..25376116 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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):
+ Fix possible reference leak when fallback is disabled.
+
2008-12-26 Behdad Esfahbod <behdad@gnome.org>
Bug 565644 – Maybe pango_font_descriptions_free is deprecated