From 6128b62ed47c825dba3f7a36ccdb60b55044ea2e 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/qpid@594361 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/perftest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/tests/perftest.cpp b/cpp/src/tests/perftest.cpp index f383676da7..abf090af8d 100644 --- a/cpp/src/tests/perftest.cpp +++ b/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