diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-07-27 02:19:39 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-07-27 02:19:39 +0000 |
commit | 00c6b89e6cf5627e25606bb0e3bc697469cc7775 (patch) | |
tree | 94c46cd5b2739006a83bf81b9af797bd57f5d896 /ChangeLog | |
parent | e4b67a36d29385c621f0d12ec1bd94221e96b0e5 (diff) | |
download | pango-00c6b89e6cf5627e25606bb0e3bc697469cc7775.tar.gz |
Fix return value to only contain TTO_Err_Not_Covered if *no* lookups
Sat Jul 26 22:12:46 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/ftxgsub.c (Do_String_Lookup,
TT_GSUB_Apply_String): Fix return value to only
contain TTO_Err_Not_Covered if *no* lookups
matched. Fix memory leaks on error in Apply_String().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Sat Jul 26 22:12:46 2003 Owen Taylor <otaylor@redhat.com> + + * pango/opentype/ftxgsub.c (Do_String_Lookup, + TT_GSUB_Apply_String): Fix return value to only + contain TTO_Err_Not_Covered if *no* lookups + matched. Fix memory leaks on error in Apply_String(). + Sat Jul 26 22:09:44 2003 Owen Taylor <otaylor@redhat.com> * modules/indic/indic-ot.c (indic_ot_reorder): |