[Bug libstdc++/57914] Memory leak in __cxa_thread_atexit when using thread_local
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jul 22 02:38:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57914
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2013-07-22
Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> ---
Yes, we weren't freeing the objects allocated to track the cleanups for foo.
That doesn't seem like an important leak, but I'll fix it.
More information about the Gcc-bugs
mailing list