This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Missing call to iconv_close.


On 3 May 2001, Tom Tromey wrote:

> >>>>> "Mo" == Mo DeJong <mdejong@cygnus.com> writes:
> 
> Mo> Here is a quick patch that closes an iconv handle
> Mo> that seems to have been left open in gcc/java/lex.c.
> 
> Wow, good catch.  Did you find this by reading the code, or was there
> an actual failure?

I was just stealing the idea of a second call to iconv
to figure out if the bytes needed a swap for Jikes
when I noticed the problem.

> I CC'd gcc-patches -- front-end patches have to go there as well.

I will try to remember that in the future.

Mo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]