This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [libstdc++ PATCH] Fix leak in _Rb_tree::_M_insert (stl_tree.h)
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Fri, 25 Feb 2005 17:02:06 -0600
- Subject: Re: [libstdc++ PATCH] Fix leak in _Rb_tree::_M_insert (stl_tree.h)
- Organization: Red Hat / Chicago
- References: <421E8AE2.1050108@agilent.com>
> Running the exception test suite from STLPort
Maybe you can post what you are doing, exactly? It would be nice to test
for this in libstdc++ as well as fixing it.
Is this just a throwing allocator, outlined by Matt in one of his
articles? (This looks to be a near-term addition to libstdc++ testsuite,
regardless of this patch.)
Or, something else?
-benjamin