summaryrefslogtreecommitdiff
path: root/ACE/ace/Malloc.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-04-18 16:17:14 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-04-18 16:17:14 +0200
commit601491ce979d21147c9e8449825084e252c17579 (patch)
tree9826bdc7016e2a36e1add059e84b91391da30d02 /ACE/ace/Malloc.cpp
parent54554146263fa81226ba54061170036fc329b595 (diff)
downloadATCD-601491ce979d21147c9e8449825084e252c17579.tar.gz
Changed ACE_Allocator::delete_allocator_ to be a bool
* ACE/ace/Malloc.cpp: * ACE/ace/Malloc_Allocator.cpp: * ACE/ace/Malloc_Base.h:
Diffstat (limited to 'ACE/ace/Malloc.cpp')
-rw-r--r--ACE/ace/Malloc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Malloc.cpp b/ACE/ace/Malloc.cpp
index 0984ac100a4..c0b5f79dd8e 100644
--- a/ACE/ace/Malloc.cpp
+++ b/ACE/ace/Malloc.cpp
@@ -17,7 +17,7 @@ ACE_Allocator *ACE_Allocator::allocator_ = 0;
// Controls whether the Allocator is deleted when we shut down (we can
// only delete it safely if we created it!) This is no longer used;
// see ACE_Allocator::instance (void).
-int ACE_Allocator::delete_allocator_ = 0;
+bool ACE_Allocator::delete_allocator_ = false;
void
ACE_Control_Block::ACE_Malloc_Header::dump (void) const