[Bug other/30653] Memory leak in translate_name
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Jan 31 13:13:00 GMT 2007
------- Comment #1 from rguenth at gcc dot gnu dot org 2007-01-31 13:13 -------
It's using alloca which returns memory that is automatically freed when the
calling function returns.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30653
More information about the Gcc-bugs
mailing list