summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-8
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-05-09 04:30:49 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-05-09 04:30:49 +0000
commit91b20d0e1ac51e5502f58f0e561791ab6c7f356e (patch)
tree92b879e242a032f8ab4ef36e555731956d5848eb /ChangeLog.pre-1-8
parentf8f1c0229fb4444706d863ef9c588df96460a3a4 (diff)
downloadpango-91b20d0e1ac51e5502f58f0e561791ab6c7f356e.tar.gz
Fix memory leak by freeing correct list.
Tue May 9 03:22:11 2000 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_check_lines): Fix memory leak by freeing correct list. * pango/pango-context.c (pango_context_get_font_description): Change to return a pointer to the context's font description instead of a copy. Not quite 100% kosher but a lot more efficient than the previous. (Should we just refcount font descriptions and get it over with?)
Diffstat (limited to 'ChangeLog.pre-1-8')
-rw-r--r--ChangeLog.pre-1-811
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 7c6b4d7d..2e094388 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,14 @@
+Tue May 9 03:22:11 2000 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-layout.c (pango_layout_check_lines): Fix
+ memory leak by freeing correct list.
+
+ * pango/pango-context.c (pango_context_get_font_description):
+ Change to return a pointer to the context's font description
+ instead of a copy. Not quite 100% kosher but a lot
+ more efficient than the previous. (Should we just refcount
+ font descriptions and get it over with?)
+
Mon May 8 16:39:48 2000 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (free_run): Call pango_item_free