summaryrefslogtreecommitdiff
path: root/ace/Service_Repository.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-04-25 05:20:54 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-04-25 05:20:54 +0000
commit268f4d2323f89ff63ca64aaea410066194841537 (patch)
tree6e4b868588887860aabcc9393c3d930189761104 /ace/Service_Repository.cpp
parentca7cb8cba220283922dbe3893dbe9073285a438e (diff)
downloadATCD-268f4d2323f89ff63ca64aaea410066194841537.tar.gz
ChangeLogTag:Tue Apr 25 00:02:08 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/Service_Repository.cpp')
-rw-r--r--ace/Service_Repository.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Service_Repository.cpp b/ace/Service_Repository.cpp
index fe2a3db9c01..da76851e663 100644
--- a/ace/Service_Repository.cpp
+++ b/ace/Service_Repository.cpp
@@ -122,7 +122,7 @@ ACE_Service_Repository::ACE_Service_Repository (int size)
int
ACE_Service_Repository::fini (void)
{
- ACE_TRACE ("ACE_Service_Repository::close");
+ ACE_TRACE ("ACE_Service_Repository::fini");
ACE_MT (ACE_GUARD_RETURN (ACE_Thread_Mutex, ace_mon, this->lock_, -1));
if (this->service_vector_ != 0)
@@ -171,6 +171,7 @@ ACE_Service_Repository::close (void)
ACE_Service_Type *s = ACE_const_cast (ACE_Service_Type *,
this->service_vector_[i]);
delete s;
+ --this->current_size_;
}
delete [] this->service_vector_;