summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author3 <alexl@redhat.com>2001-01-23 11:25:52 +0000
committerAlexander Larsson <alexl@src.gnome.org>2001-01-23 11:25:52 +0000
commitff7d31690c238cfdf8ed7d071cd34621a2dd7bb2 (patch)
tree9fc3d74df173e73c7315610731d93d4ece0df9e0 /ChangeLog
parentf685b8e639f4c28c49be358b62f85d0ccfa1415f (diff)
downloadpango-ff7d31690c238cfdf8ed7d071cd34621a2dd7bb2.tar.gz
Don't leak PangoCoverage. Move name free closer to allocation.
2001-01-23 <alexl@redhat.com> * modules/basic/basic-ft2.c (basic_engine_get_coverage): Don't leak PangoCoverage. * pango/pangoft2-fontmap.c (pango_ft2_font_map_load_font): Move name free closer to allocation. (pango_ft2_font_map_read_alias_file): Don't leak faces. (pango_ft2_font_entry_get_coverage): Don't leak font as filename and cache_file_name.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6ad7579..767013c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2001-01-23 <alla@lysator.liu.se>
+
+ * modules/basic/basic-ft2.c (basic_engine_get_coverage):
+ Don't leak PangoCoverage.
+ * pango/pangoft2-fontmap.c (pango_ft2_font_map_load_font):
+ Move name free closer to allocation.
+ (pango_ft2_font_map_read_alias_file): Don't leak faces.
+ (pango_ft2_font_entry_get_coverage): Don't leak font as
+ filename and cache_file_name.
+
2001-01-22 Havoc Pennington <hp@redhat.com>
* tests/testboundaries.c (check_line_char): s/is_break/is_line_break/g;