summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-05-08 16:16:40 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-05-08 16:16:40 +0000
commit304fc1108b562508e533df8a6c21b1445d1bd832 (patch)
treed3d5bc14d06663309eeab9dc1ca448d93af56b7e
parentba6f7983cd231838182424321c7956a40366eb0e (diff)
downloadATCD-304fc1108b562508e533df8a6c21b1445d1bd832.tar.gz
ChangeLogTag:Tue May 8 08:56:32 2001 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 3611e129cdc..af99c40f893 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -5,7 +5,7 @@ Tue May 8 08:56:32 2001 Ossama Othman <ossama@uci.edu>
Reverted the change "Tue May 8 09:01:13 2001 Balachandran
Natarajan <bala@cs.wustl.edu>". The call to destroy() was
correct since not all applications call ORB::shutdown() (or
- ORB::destroy(). In such cases, memory leaks will occur since
+ ORB::destroy()). In such cases, memory leaks will occur since
the object reference table destroy() method is not explicitly
called.