This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++/10276: memory leak for stringstream / ios_base callback cache.
- From: Carlo Wood <carlo at alinoe dot com>
- To: ehrhardt at mathematik dot uni-ulm dot de, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
- Date: Tue, 1 Apr 2003 00:55:42 +0200
- Subject: Re: libstdc++/10276: memory leak for stringstream / ios_base callback cache.
- References: <20030331172022.17162.qmail@sources.redhat.com>
On Mon, Mar 31, 2003 at 05:20:22PM -0000, ehrhardt at mathematik dot uni-ulm dot de wrote:
> Do you actually see a memory leak? As far as I can see _M_dispose_callbacks()
> (called by the ios_base destructor) should free the memory.
Yes. See http://gcc.gnu.org/ml/libstdc++/2003-03/msg00373.html
And so does Ulrich Weigand (http://gcc.gnu.org/ml/libstdc++/2003-03/msg00338.html)
and apparently Benjamin Kosnik too for 3.4 (http://gcc.gnu.org/ml/libstdc++/2003-03/msg00361.html)
This PR should be assigned to Loren James Rittle I understood
(http://gcc.gnu.org/ml/libstdc++/2003-03/msg00353.html).
--
Carlo Wood <carlo at alinoe dot com>