aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30686e3..0f6ca50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,9 @@
2003-04-05 Ulrich Drepper <drepper@redhat.com>
+ * libio/fileops.c (_IO_new_file_fopen): Don't free step data right
+ after getting them.
+
* malloc/thread-m.h [PTHREAD_MUTEX_INITIALIZER]: If
HAVE_register_atfork_malloc is defined use __register_atfork_malloc
instead of __register_atfork.