summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2003-03-22 19:04:54 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2003-03-22 19:04:54 +0000
commit17f01f15d4569431bca42d06f79b2ec5c9dea85d (patch)
tree614de49513b55243b2c17f25f7c55685be0990e2 /ace
parentaee4f452d012f98de2ae0d8cf3e4988b64ae9b3c (diff)
downloadATCD-17f01f15d4569431bca42d06f79b2ec5c9dea85d.tar.gz
ChangeLogTag:Sat Mar 22 11:58:12 2003 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ace')
-rw-r--r--ace/Configuration.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Configuration.cpp b/ace/Configuration.cpp
index c3198c3aa70..d72222cc3b8 100644
--- a/ace/Configuration.cpp
+++ b/ace/Configuration.cpp
@@ -1689,6 +1689,9 @@ ACE_Configuration_Heap::remove_section (const ACE_Configuration_Section_Key& key
if (index_->unbind (SectionExtId, allocator_))
return -1;
+ value_hash_map->close ();
+ section_entry->int_id_.section_hash_map_->close (allocator_);
+
// Free the memory
ExtIdToFree.free (allocator_);
IntIdToFree.free (allocator_);