summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-08-02 14:21:04 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-08-02 14:21:04 +0200
commitaac932cad2e875f0a0eea053ea6728163aa04f08 (patch)
treed7f30be35f21a646495bf03d268303603eaf8815
parent3be86cef0892d37c1db9ac0c66d6753b88dd26b4 (diff)
remove redundant delete of pHttpRequest
-rw-r--r--automation/source/testtool/objtest.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx
index dabf805ad..77f2f10d6 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();