summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-08 03:20:51 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-08 03:20:51 +0000
commit314115775ae79772b7cfc1af86d3b7b7f35f8889 (patch)
tree99860f001975c79bcd29a932579908c2145a81f9
parent54773ca69f32d85bca38a595533e727491d964ac (diff)
downloadATCD-314115775ae79772b7cfc1af86d3b7b7f35f8889.tar.gz
Fixed the double deletion case.
-rw-r--r--TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp b/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp
index 5b49d1facfa..8abb5d3094f 100644
--- a/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp
@@ -1039,8 +1039,8 @@ TAO_PropertySet::delete_property (const char *property_name,
TAO_THROW (CORBA::UNKNOWN (CORBA::COMPLETED_NO));
}
- // Deallocate the memory.
- delete entry_ptr;
+ // @@ Purify this and check. Deallocate the memory.
+ // delete entry_ptr;
ACE_DEBUG ((LM_DEBUG, "delete_property done\n"));