aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorEarl Chew <earl_chew@agilent.com>2005-02-26 23:34:36 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2005-02-26 23:34:36 +0000
commit7320b491ec63d1e8aeb9604f7d0e96e614cf94eb (patch)
treea029e8eef16bca52f634a1bfbf2a9fe856d53c91 /libstdc++-v3/ChangeLog
parent5395b47b3c40aa64fc6f388af69aa2c9e0cb9f0b (diff)
downloadgcc-7320b491ec63d1e8aeb9604f7d0e96e614cf94eb.zip
gcc-7320b491ec63d1e8aeb9604f7d0e96e614cf94eb.tar.gz
gcc-7320b491ec63d1e8aeb9604f7d0e96e614cf94eb.tar.bz2
stl_tree.h (_Rb_tree<>::_M_insert): Don't leak memory if _M_key_compare throws.
2005-02-26 Earl Chew <earl_chew@agilent.com> Christopher Jefferson <chris@bubblescope.net> * include/bits/stl_tree.h (_Rb_tree<>::_M_insert): Don't leak memory if _M_key_compare throws. Co-Authored-By: Chris Jefferson <chris@bubblescope.net> From-SVN: r95597
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 3982be6..441bb58 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-26 Earl Chew <earl_chew@agilent.com>
+ Christopher Jefferson <chris@bubblescope.net>
+
+ * include/bits/stl_tree.h (_Rb_tree<>::_M_insert): Don't leak
+ memory if _M_key_compare throws.
+
2005-02-25 Paolo Carlini <pcarlini@suse.de>
* include/tr1/type_traits: Add the trivial is_union and is_class;