summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2013-04-22 15:09:23 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2013-04-22 15:09:23 +0000
commit4534c273ad45e6c65ec228d51696afaecd4aabd3 (patch)
tree9e176cd1c47802abc1e41ea02e14753ee6cd9e61
parent0afbed0002adcf77c96495c0fa72e0211c78f89f (diff)
downloadATCD-4534c273ad45e6c65ec228d51696afaecd4aabd3.tar.gz
Mon Apr 22 15:05:31 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tao/ORB_Core.cpp1
2 files changed, 7 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index e483813a319..5fafa727cdc 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Mon Apr 22 15:05:31 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
+
+ * tao/ORB_Core.cpp:
+
+ Fix an uninitialized pointer
+
Mon Apr 22 14:54:18 UTC 2013 Adam Mitz <mitza@ociweb.com>
* tao/ImR_Client/ImplRepo.idl:
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp
index 9c55c740cd4..0fcd0a1643d 100644
--- a/TAO/tao/ORB_Core.cpp
+++ b/TAO/tao/ORB_Core.cpp
@@ -203,6 +203,7 @@ TAO_ORB_Core::TAO_ORB_Core (const char *orbid,
dynany_factory_ (CORBA::Object::_nil ()),
ior_manip_factory_ (CORBA::Object::_nil ()),
ior_table_ (CORBA::Object::_nil ()),
+ async_ior_table_ (CORBA::Object::_nil ()),
monitor_ (CORBA::Object::_nil ()),
orb_ (CORBA::ORB::_nil ()),
root_poa_ (),