summaryrefslogtreecommitdiff
path: root/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-10-03 21:02:32 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-10-03 21:02:32 +0000
commit4dcca24c609008f9fe8a4e01966702b8f4c08e61 (patch)
tree6bf00b87749636ef3ea7ec22a9b13d4dd2597378 /orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.cpp
parent8c7cc4d18ddf28a18a01fef53aaea68422b2fff2 (diff)
downloadATCD-4dcca24c609008f9fe8a4e01966702b8f4c08e61.tar.gz
Merged version 94552 from main trunk into this branchalt_mapping_SAIC
Diffstat (limited to 'orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.cpp')
-rw-r--r--orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.cpp b/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.cpp
index 9b6996230c1..41360c443d4 100644
--- a/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.cpp
+++ b/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.cpp
@@ -58,7 +58,7 @@ TAO::PG_Properties_Support::set_type_properties (
{
ACE_GUARD (TAO_SYNCH_MUTEX, guard, this->internals_);
- TAO::PG_Property_Set * typeid_properties;
+ TAO::PG_Property_Set * typeid_properties = 0;
if ( 0 != this->properties_map_.find (type_id, typeid_properties))
{
ACE_NEW_THROW_EX (