summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-09-10 18:35:17 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-09-10 18:35:17 +0000
commitf16886829f1c5ae58b3d614b6eaffcded70286e1 (patch)
treed128b73dfc7805bdfc75e7f8037a154ff374a692
parent6b8e2e319bdd0688ae855cbf1a965a54462bef98 (diff)
downloadATCD-f16886829f1c5ae58b3d614b6eaffcded70286e1.tar.gz
ChangeLogTag: Mon Sep 10 13:34:43 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a8
-rw-r--r--TAO/tao/ORB_Core.cpp3
2 files changed, 10 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index e9735aab88b..438b7b0fbfd 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Mon Sep 10 13:34:43 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tao/ORB_Core.cpp (output_cdr_dblock_allocator): Added a comment
+ in the code.
+
Mon Sep 10 12:23:30 2001 Jeff Parsons <parsons@cs.wustl.edu>
* tao/DynamicAny/DynCommon.cpp (insert_string, get_string):
@@ -16,7 +21,8 @@ Mon Sep 10 12:17:12 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/Makefile:
Moved the libraries around to get proper link line. It was
busted. Further added a realclean so that we remove strange
- generated files out of the directory.
+ generated files out of the directory. This shoudl fix one of the
+ compile errors in LYNX_PPC builds.
Mon Sep 10 07:41:05 2001 Balachandran Natarajan <bala@cs.wustl.edu>
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp
index ce69d6c6a29..c3f9eee9a41 100644
--- a/TAO/tao/ORB_Core.cpp
+++ b/TAO/tao/ORB_Core.cpp
@@ -2618,9 +2618,12 @@ TAO_ORB_Core::input_cdr_msgblock_allocator (void)
ACE_Allocator*
TAO_ORB_Core::output_cdr_dblock_allocator (void)
{
+
#if 0
if (this->use_tss_resources_)
#endif /* 0 */
+ // Allocating memory here confuses purify a bit. We do delete this
+ // memory when TSS delete
{
TAO_ORB_Core_TSS_Resources *tss = this->get_tss_resources ();
if (tss == 0)