summaryrefslogtreecommitdiff
path: root/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.cpp
diff options
context:
space:
mode:
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 (