This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/10183] std::string - memory leak
- From: "dmitry_belous at ua dot fm" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jul 2003 07:24:32 -0000
- Subject: [Bug libstdc++/10183] std::string - memory leak
- References: <20030321140600.10183.dmitry_belous@ua.fm>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10183
------- Additional Comments From dmitry_belous at ua dot fm 2003-07-25 07:24 -------
Subject: std::string - memory leak
I read doc at http://gcc.gnu.org/onlinedocs/libstdc++/debug.html#mem.
It is my mistake (I was not sufficiently read in this doc).
I have gcc 3.2 (cygwin) but GLIBCPP_FORCE_NEW starting with
gcc 3.3, so I can not check it.