summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKristian Rietveld <kris@imendio.com>2008-02-21 22:51:28 +0000
committerKristian Rietveld <kristian@src.gnome.org>2008-02-21 22:51:28 +0000
commit59379e068cf364dfb1ab4dc4ff1348495ce15df1 (patch)
tree4771d8830c967029e031556e38ee2d0a3100d071 /ChangeLog
parentea6d8462a10b165a7bf2a1d10af297f3f5efc13a (diff)
downloadpango-59379e068cf364dfb1ab4dc4ff1348495ce15df1.tar.gz
free the ATSU style and utf16 string at the end.
2008-02-21 Kristian Rietveld <kris@imendio.com> * modules/basic/basic-atsui.c (basic_engine_shape): free the ATSU style and utf16 string at the end. svn path=/trunk/; revision=2571
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a9f242a..85217633 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-21 Kristian Rietveld <kris@imendio.com>
+
+ * modules/basic/basic-atsui.c (basic_engine_shape): free the
+ ATSU style and utf16 string at the end.
+
2008-02-17 Behdad Esfahbod <behdad@gnome.org>
Bug 517083 – pango modules: wrong fallback adding code?