about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-20 04:56:14 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-20 04:56:14 +0000
commitf1ba489ec8c51d416133279bd0ab94116be8038f (patch)
tree5d38816e068a8e2da47d9d78c63aa44277844b5a /ChangeLog
parent6145e82330790b302fb7cfdbb865843b9022c0e6 (diff)
downloadglibc-f1ba489ec8c51d416133279bd0ab94116be8038f.tar.gz
glibc-f1ba489ec8c51d416133279bd0ab94116be8038f.tar.xz
glibc-f1ba489ec8c51d416133279bd0ab94116be8038f.zip
Update.
	* locale/findlocale.c (free_mem): Also free here->filename.

	* locale/loadlocale.c (_nl_unload_locale): Also free locale->name.

	* malloc/malloc.c (new_heap): Try harder to get an aligned chunk of
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8049735185..e36ed78462 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2000-08-19  Ulrich Drepper  <drepper@redhat.com>
 
+	* locale/findlocale.c (free_mem): Also free here->filename.
+
+	* locale/loadlocale.c (_nl_unload_locale): Also free locale->name.
+
 	* math/test-fenv.c (feenv_tests): Clear all exceptions before
 	first test.
 	(feexcp_nomask_test): Correct printf args.
@@ -14,7 +18,7 @@
 
 2000-08-19  Wolfram Gloger  <wg@malloc.de>
 
-	* malloc/malloc.c (new_heap): try harder to get an aligned chunk of
+	* malloc/malloc.c (new_heap): Try harder to get an aligned chunk of
 	size HEAP_MAX_SIZE.
 
 2000-08-19  Andreas Jaeger  <aj@suse.de>