[Bug libstdc++/66339] g++ 5.1.0 Generates memory leak

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Sep 19 09:36:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66339

--- Comment #10 from Jonathan Wakely <redi at gcc dot gnu.org> ---
This behaviour is by design and is not a bug. Valgrind no longer shows the
allocation as reachable. Other tools might still show the memory as unfreed,
but it's still not a bug.


More information about the Gcc-bugs mailing list