From 931aa1bfcbd2d1459f8b923a37574371515f8243 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 2 Aug 2011 14:21:04 +0200 Subject: remove redundant delete of pHttpRequest --- automation/source/testtool/objtest.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'automation') diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx index b4589bf03dc8..5fb34f0406c7 100644 --- a/automation/source/testtool/objtest.cxx +++ b/automation/source/testtool/objtest.cxx @@ -737,7 +737,6 @@ TestToolObj::~TestToolObj() delete pImpl->pTTSfxBroadcaster; delete pImpl->pHttpRequest; delete pImpl->pChildEnv; - delete pImpl->pHttpRequest; pImpl->xErrorList.Clear(); pImpl->xWarningList.Clear(); -- cgit