summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-09-25 21:02:00 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-09-25 21:02:00 +0000
commitc2da5d6765a1ed3a89ee51c60c236fb6b9607ba5 (patch)
treea5b4b7f70a87076748a78a28ca2264425f4127c5
parentf8c9d3a0cc6c3bd9d5ab9783d2f8c27c2b74e1ba (diff)
downloadpango-c2da5d6765a1ed3a89ee51c60c236fb6b9607ba5.tar.gz
Bug 357686 – pangocairo-font.c: illegal g_object_unref in
2006-09-25 Behdad Esfahbod <behdad@gnome.org> Bug 357686 – pangocairo-font.c: illegal g_object_unref in pango_cairo_font_get_hex_box_info * pango/pangocairo-font.c (_pango_cairo_font_get_hex_box_info): Remove wrong g_object_unref (fontmap).
-rw-r--r--ChangeLog8
-rw-r--r--pango/pangocairo-font.c1
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 49131600..84a2055f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-09-25 Behdad Esfahbod <behdad@gnome.org>
+
+ Bug 357686 – pangocairo-font.c: illegal g_object_unref in
+ pango_cairo_font_get_hex_box_info
+
+ * pango/pangocairo-font.c (_pango_cairo_font_get_hex_box_info): Remove
+ wrong g_object_unref (fontmap).
+
2006-09-15 Behdad Esfahbod <behdad@gnome.org>
* === Released 1.14.4 ===
diff --git a/pango/pangocairo-font.c b/pango/pangocairo-font.c
index cfa55d42..412d3302 100644
--- a/pango/pangocairo-font.c
+++ b/pango/pangocairo-font.c
@@ -227,7 +227,6 @@ _pango_cairo_font_get_hex_box_info (PangoCairoFont *cfont)
pango_font_description_free (desc);
g_object_unref (context);
- g_object_unref (fontmap);
}
cairo_font_options_destroy (font_options);