summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-07-04 11:03:27 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-07-04 11:03:27 +0000
commit71934a7153ccc38c8bb662941355771e7614eb8c (patch)
tree627533ba216d219c4c82025d0a75b4618e9ff91f /TAO/orbsvcs/tests/Notify
parent90fc9e53c7611f8ada43596b53dfe8059612b924 (diff)
downloadATCD-71934a7153ccc38c8bb662941355771e7614eb8c.tar.gz
Mon Jul 4 11:02:28 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/ImplRepo_Service/ImR_Locator_i.h: * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp: Fixed Coverity error * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp: Fixed mismatched delete as reported by Coverity
Diffstat (limited to 'TAO/orbsvcs/tests/Notify')
-rw-r--r--TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp b/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp
index b8727bcd8c5..447b373c6e2 100644
--- a/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp
+++ b/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp
@@ -203,7 +203,7 @@ Notify_Throughput::~Notify_Throughput ()
{
this->orb_->shutdown (0);
- delete payload_;
+ delete[] payload_;
}
int