diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-05-09 04:30:49 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-05-09 04:30:49 +0000 |
commit | 91b20d0e1ac51e5502f58f0e561791ab6c7f356e (patch) | |
tree | 92b879e242a032f8ab4ef36e555731956d5848eb /ChangeLog | |
parent | f8f1c0229fb4444706d863ef9c588df96460a3a4 (diff) | |
download | pango-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')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |