This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Leakage from initialization of pair<..., string>
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Wu Yongwei <adah at netstd dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 8 Jul 2004 00:51:41 -0500
- Subject: Re: Leakage from initialization of pair<..., string>
- Organization: Red Hat / Chicago
- References: <1089200920.28774.2.camel@wuyw.netstd.com>
>This message was first posted to gcc list, with no response. Maybe it
>could have better luck here?
Well, you are correct: this is the appropriate list.
However, my comment from earlier today still stands:
I'm unable to reproduce this, on x86/linux. I've looked at this with
valgrind, with and without GLIBCXX_FORCE_NEW, and see no leaks.
I don't see any bits that impact string that would be different between
the two configs, but perhaps I'm wrong.
best,
-benjamin