summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-03-17 13:55:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-03-17 13:55:24 +0000
commit3800d3f0b5e9dbe1f90c3553bf09815415362112 (patch)
treed30cb26882e2a917c16bf8dcd09e696f5993c10b /TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.cpp
parenta7d85ad5788574dad9ec17d93afcce74c2073f6f (diff)
downloadATCD-3800d3f0b5e9dbe1f90c3553bf09815415362112.tar.gz
ChangeLogTag: Thu Mar 17 13:48:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.cpp')
-rw-r--r--TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.cpp b/TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.cpp
index 3341e111c3e..11d451756ff 100644
--- a/TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.cpp
+++ b/TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.cpp
@@ -231,7 +231,7 @@ namespace TAO
// Otherwise, it is the NON_RETAIN policy. Therefore, any ol'
// object id will do (even an empty one).
- PortableServer::ObjectId *sys_id;
+ PortableServer::ObjectId *sys_id = 0;
ACE_NEW_THROW_EX (sys_id,
PortableServer::ObjectId,
CORBA::NO_MEMORY ());