]> sourceware.org Git - glibc.git/commitdiff
(_IO_new_file_fopen): Don't free step data right after getting them.
authorUlrich Drepper <drepper@redhat.com>
Sat, 5 Apr 2003 20:36:49 +0000 (20:36 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 5 Apr 2003 20:36:49 +0000 (20:36 +0000)
libio/fileops.c

index 3277af8a323c7fb0cd9c61aba44744b6876cfa03..fe8093e7b26a75abbff705b7cf81f69e2a7943f4 100644 (file)
@@ -398,10 +398,6 @@ _IO_new_file_fopen (fp, filename, mode, is32not64)
 
          /* Set the mode now.  */
          result->_mode = 1;
-
-         /* We don't need the step data structure anymore.  */
-         __gconv_release_cache (fcts.towc, fcts.towc_nsteps);
-         __gconv_release_cache (fcts.tomb, fcts.tomb_nsteps);
        }
     }
 #endif /* GNU libc */
This page took 0.045071 seconds and 5 git commands to generate.