summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-06-14 05:21:59 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-06-14 05:21:59 +0000
commitddca424ab32b85cefe9697cde65694022a19405f (patch)
tree7057ea66fb585f65d61f98339a0975ef22a14e29 /ChangeLog
parent9028395881c1104b23029453d8380d8faf259279 (diff)
downloadpango-ddca424ab32b85cefe9697cde65694022a19405f.tar.gz
Check for NULL before dereferencing. Patch from Keith Packard.
2007-06-14 Behdad Esfahbod <behdad@gnome.org> * pango/pangocairo-font.c (_pango_cairo_font_private_scaled_font_data_destroy): Check for NULL before dereferencing. Patch from Keith Packard. svn path=/trunk/; revision=2354
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d7f47a3..15e61c97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-06-14 Behdad Esfahbod <behdad@gnome.org>
+
+ * pango/pangocairo-font.c
+ (_pango_cairo_font_private_scaled_font_data_destroy):
+ Check for NULL before dereferencing. Patch from Keith Packard.
+
2007-06-13 Behdad Esfahbod <behdad@gnome.org>
Bug 447189 – fonts.c: pango_font_face_is_synthesized returns NULL