Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 5 Apr 2003 20:43:40 +0000 (20:43 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 5 Apr 2003 20:43:40 +0000 (20:43 +0000)
* libio/fileops.c (_IO_new_file_fopen): Don't free step data right
after getting them.

ChangeLog

index 30686e33aab194a338329321d11f2948ff19d81a..0f6ca50e4d366a2df9c06ad48cd342fc65c86d0b 100644 (file)
--- 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.