summaryrefslogtreecommitdiff
path: root/ACE/ace/Malloc.cpp
diff options
context:
space:
mode:
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