summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-28 19:09:54 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-28 19:09:54 +0000
commit386624f6498235034202be29bbf2b02ec56d8676 (patch)
tree3195f74726c235a24f00249246da0222c7953127
parent9d34e7ee60cfb2504cb14bc6bd31ae9d86eab1af (diff)
downloadATCD-386624f6498235034202be29bbf2b02ec56d8676.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index de58469e8b6..b89ecc5abde 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -8,6 +8,13 @@ Thu May 28 13:57:50 1998 David L. Levine <levine@cs.wustl.edu>
* ace/Hash_Map_Manager.cpp,Map_Manager.cpp: replaced bare explicit
destructor calls with ACE_DES_FREE_TEMPLATE macro invocations.
+ * ace/OS.h: #define ACE_DES_FREE_TEMPLATE to be null on LynxOS.
+ Without it, the g++ that's distributed with LynxOS 3.0.0 hopelessly
+ chokes on explicit calls to template class destructors. This
+ hack could cause memory leaks, though currently ACE_DES_FREE_TEMPLATE
+ is only used to call empty, non-virtual destructors (in
+ Containers.cpp, Hash_Map_Manager.cpp, and Map_Manager.cpp).
+
Thu May 28 07:47:41 1998 Steve Huston <shuston@riverace.com>
* tests/SOCK_Connector_Test.cpp: Changed the "should succeed" test