From d0f830b52f57998c47eda2cad30c06ddddcc6911 Mon Sep 17 00:00:00 2001 From: "Carl C. Trieloff" Date: Tue, 13 Nov 2007 00:18:17 +0000 Subject: - call correct delete [] git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@594361 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/perftest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src/tests') diff --git a/qpid/cpp/src/tests/perftest.cpp b/qpid/cpp/src/tests/perftest.cpp index f383676da7..abf090af8d 100644 --- a/qpid/cpp/src/tests/perftest.cpp +++ b/qpid/cpp/src/tests/perftest.cpp @@ -182,7 +182,7 @@ void PublishThread::run() { session.execution().sendSyncRequest(); } } - delete msgBuf; + delete [] msgBuf; //Completion compl; if (!opts.summary) cout << " done." << endl; -- cgit v1.2.1