This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug go/47158] [cppcheck][PATCH] found a memory leaks in gcc/gcc/go/gofrontend/gogo-tree.cc
- From: "ian at airs dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 5 Jan 2011 05:34:58 +0000
- Subject: [Bug go/47158] [cppcheck][PATCH] found a memory leaks in gcc/gcc/go/gofrontend/gogo-tree.cc
- Auto-submitted: auto-generated
- References: <bug-47158-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47158
Ian Lance Taylor <ian at airs dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #6 from Ian Lance Taylor <ian at airs dot com> 2011-01-05 05:34:56 UTC ---
Thanks for the patch. Committed.
I don't care all that much about space leaks in the Go frontend, and I don't
care at all about space leaks when generating an error. However, since you
took the time to put the patch together, I committed it. Thanks for sending
it.