(_IO_new_file_fopen): Don't free step data right after getting them.

This commit is contained in:
Ulrich Drepper 2003-04-05 20:36:49 +00:00
parent 743f1874ad
commit 9587cf0f70

View 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 */