This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Don't leak upon failed realloc
- From: Tom Tromey <tromey at redhat dot com>
- To: Jim Meyering <jim at meyering dot net>
- Cc: java-patches at gcc dot gnu dot org
- Date: Mon, 10 Mar 2008 11:58:27 -0600
- Subject: Re: Don't leak upon failed realloc
- References: <87hcfhgsim.fsf@rho.meyering.net>
- Reply-to: Tom Tromey <tromey at redhat dot com>
>>>>> "Jim" == Jim Meyering <jim@meyering.net> writes:
Jim> Here are two fixes (separate patches) to avoid leaks upon failed realloc.
Jim> These are the affected files:
Thanks. This is fine, I will check it in soon.
Tom