summaryrefslogtreecommitdiff
path: root/ace/Timer_Hash_T.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-18 02:18:53 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-18 02:18:53 +0000
commit3ecade0003bf7a13c3b0c337dcc908ff834bfb8e (patch)
tree1d46a1389018684f9018a15021844eb2a52be39b /ace/Timer_Hash_T.cpp
parent04e8eb35993a6e6db1c9ad7f674f68b62b46b3c2 (diff)
downloadATCD-3ecade0003bf7a13c3b0c337dcc908ff834bfb8e.tar.gz
(cancel): added "[]" to delete of timer_ids array
Diffstat (limited to 'ace/Timer_Hash_T.cpp')
-rw-r--r--ace/Timer_Hash_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Hash_T.cpp b/ace/Timer_Hash_T.cpp
index a376ffd0f0f..5301ed3cb5b 100644
--- a/ace/Timer_Hash_T.cpp
+++ b/ace/Timer_Hash_T.cpp
@@ -398,7 +398,7 @@ ACE_Timer_Hash_T<TYPE, FUNCTOR, LOCK, BUCKET>::cancel (const TYPE &type,
--this->size_;
}
- delete timer_ids;
+ delete [] timer_ids;
return pos;
}