summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-28 08:47:59 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-28 08:47:59 +0000
commit89095813552bc2f00835f7b98bd7e9ab719d8e99 (patch)
tree9e0fdf0724ac28fbb2450fdd7fb4da3f3ff8a5cd
parent6b4dffad6d76aca5d360f5794d78c11b4485fa45 (diff)
downloadATCD-89095813552bc2f00835f7b98bd7e9ab719d8e99.tar.gz
ChangeLogTag: Thu Jul 28 08:47:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 107dc182dc7..504e62ef8ca 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -444,8 +444,8 @@ Fri Jul 22 10:07:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/ORB_Table.cpp:
In the unbind, assign a default constructed refcount so that we
- drop the refcount on the orb at this moment. It seems the array_map
- keeps a refcount and only destructs then the ORB at process exit
+ drop the refcount on the orb at this moment. The array_map uses
+ lazy destruction and only destructs then the ORB at process exit
and this causes then crashes with RTCorba.
Fri Jul 22 09:52:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>