summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-04-14 06:05:59 +0000
committerOwen Taylor <otaylor@redhat.com>2005-04-14 06:05:59 +0000
commit080f331edd6c64dd93785f35e05b532aa2f72512 (patch)
treed4ae97b5e546449df09d93ff6ff7269e6e34628b /ChangeLog
parent66688da5e4485a369750bd5600134a94c281d985 (diff)
Remove a stray free() (#3029, Carl Worth)
Note that the bug is fixed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cabd48d4..a690d552 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-04-14 Owen Taylor <otaylor@redhat.com>
+
+ * src/cairo-font.c (_cairo_simple_font_face_destroy): Remove
+ a stray free() (#3029, Carl Worth)
+
+ * test/select-font-no-show-text.c: Note that the bug is fixed.
+
2005-04-13 Carl Worth <cworth@cworth.org>
* src/cairo-image-surface.c: