summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-09-22 14:53:35 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-09-22 14:53:35 +0000
commit6910103ac3bfeee80ac14afb859a33c2e05fb464 (patch)
tree2e94436ad59e7ae66b0d6c06600efed763d76de7
parentf7d31326da824c6252df0c2ad353ccd3976ad478 (diff)
downloadATCD-6910103ac3bfeee80ac14afb859a33c2e05fb464.tar.gz
intialise pointer with 0
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.cpp
index 9b6996230c1..41360c443d4 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.cpp
+++ b/TAO/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 (