From 62ad853f62427f022f315e5a07630fa7d0206efe Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Mon, 24 Sep 2001 08:31:39 +0000 Subject: ChangeLogTag:Mon Sep 24 01:21:16 2001 Ossama Othman --- TAO/tao/PolicyFactory_Registry.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TAO/tao/PolicyFactory_Registry.cpp') diff --git a/TAO/tao/PolicyFactory_Registry.cpp b/TAO/tao/PolicyFactory_Registry.cpp index 814f6e0d1c4..22066d1bcd7 100644 --- a/TAO/tao/PolicyFactory_Registry.cpp +++ b/TAO/tao/PolicyFactory_Registry.cpp @@ -19,6 +19,8 @@ TAO_PolicyFactory_Registry::~TAO_PolicyFactory_Registry (void) for (TABLE::ITERATOR i = this->factories_.begin (); i != end; ++i) CORBA::release ((*i).int_id_); + + this->factories_.close (); } void -- cgit v1.2.1