This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix memory leak in the C/C++ front-ends
- From: Jason Merrill <jason at redhat dot com>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 12 Oct 2004 14:20:57 -0400
- Subject: Re: [PATCH] Fix memory leak in the C/C++ front-ends
- References: <731DAC43-1C5D-11D9-B998-000A95D692F4@physics.uc.edu>
Since we use XNEWVEC to allocate it, we should use XDELETEVEC to release
it. OK with that change.
Jason