diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-02-13 16:11:40 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-02-13 16:11:40 +0000 |
commit | fe16385f532ae13acd46c03c8175ba67534fbfc0 (patch) | |
tree | 00521ec4838fb5358766ec3ea2440fc44257583f /ChangeLog.pre-1-4 | |
parent | a036dc6bbf67584d8e7ae8ac0a72b7c922977a7a (diff) | |
download | pango-fe16385f532ae13acd46c03c8175ba67534fbfc0.tar.gz |
Memory leak fixes from Masatake YAMATO, #130652
Fri Feb 13 10:54:18 2004 Owen Taylor <otaylor@redhat.com>
Memory leak fixes from Masatake YAMATO, #130652
* pango/opentype/ftxgdef.c (TT_Done_GDEF_Table):
Free the gdef table as well as the contained data.
* pango/opentype/ftxgdef.c (TT_GDEF_Build_ClassDefinition):
Set gcd->loaded, so that the contents get freed later.
Diffstat (limited to 'ChangeLog.pre-1-4')
-rw-r--r-- | ChangeLog.pre-1-4 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 419f49ec..d85c688a 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,13 @@ +Fri Feb 13 10:54:18 2004 Owen Taylor <otaylor@redhat.com> + + Memory leak fixes from Masatake YAMATO, #130652 + + * pango/opentype/ftxgdef.c (TT_Done_GDEF_Table): + Free the gdef table as well as the contained data. + + * pango/opentype/ftxgdef.c (TT_GDEF_Build_ClassDefinition): + Set gcd->loaded, so that the contents get freed later. + Fri Feb 13 10:19:16 2004 Owen Taylor <otaylor@redhat.com> * configure.in: Skip the xslt and stylesheet checks |