summaryrefslogtreecommitdiff
path: root/ACE/ChangeLog
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-01-08 19:57:59 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-01-08 19:57:59 +0000
commit62480527b4f7bea60d000b8c3a8e62f34be440a5 (patch)
tree2bce56db7b439e0c0ef0995543f2369229fc4360 /ACE/ChangeLog
parent11bc82ea3e0d7f4483278388e22b43ea4f4fa6b6 (diff)
downloadATCD-62480527b4f7bea60d000b8c3a8e62f34be440a5.tar.gz
ChangeLogTag: Mon Jan 8 19:55:31 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'ACE/ChangeLog')
-rw-r--r--ACE/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 6b3c3064291..cc5e331e6f9 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,16 @@
+Mon Jan 8 19:55:31 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
+
+ * ace/SString.cpp:
+
+ When creating a substring, only allocate the ACE_SString in the
+ return statement to avoid needless memory allocation and possibly
+ leaking memory.
+
+ * tests/SString_Test.cpp:
+
+ Specialized memory cleanup for the particular usage pattern of
+ ACE_SString near the end of the test.
+
Mon Jan 8 19:48:50 UTC 2007 Steve Huston <shuston@riverace.com>
* ace/config-lite.h (ACE_DECLARE_STL_REVERSE_ITERATOR): The