summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-2
diff options
context:
space:
mode:
author3 <alla@lysator.liu.se>2001-01-23 15:15:04 +0000
committerAlexander Larsson <alexl@src.gnome.org>2001-01-23 15:15:04 +0000
commitb2e1bc0147a5a91fd477ab23ab8a64be0bb94be4 (patch)
treeef2f6ccc206bfb82817b83428fd4f41592fc2b7f /ChangeLog.pre-1-2
parentff7d31690c238cfdf8ed7d071cd34621a2dd7bb2 (diff)
downloadpango-b2e1bc0147a5a91fd477ab23ab8a64be0bb94be4.tar.gz
Free item->extra_attrs list.
2001-01-23 <alla@lysator.liu.se> * pango/pango-item.c (pango_item_free): Free item->extra_attrs list. * pango/pango-layout.c (process_item): Don't leak copy of item. * pango/pango-utils.c (read_config_file): If the config file open fails, don't leak the temp buffers.
Diffstat (limited to 'ChangeLog.pre-1-2')
-rw-r--r--ChangeLog.pre-1-212
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index 767013c4..b4a1ff93 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,5 +1,17 @@
2001-01-23 <alla@lysator.liu.se>
+ * pango/pango-item.c (pango_item_free):
+ Free item->extra_attrs list.
+
+ * pango/pango-layout.c (process_item):
+ Don't leak copy of item.
+
+ * pango/pango-utils.c (read_config_file):
+ If the config file open fails, don't leak the
+ temp buffers.
+
+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):