diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-08-02 14:21:04 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-08-02 14:21:04 +0200 |
commit | 931aa1bfcbd2d1459f8b923a37574371515f8243 (patch) | |
tree | 7bf9cea5ea8e418522f01791dbe5c7a431238f55 /automation | |
parent | cdcb4db776bdb6b8198e0595543fd982eda68e02 (diff) |
remove redundant delete of pHttpRequest
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/testtool/objtest.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |