[Libreoffice-commits] .: automation/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Tue Aug 2 05:20:56 PDT 2011


 automation/source/testtool/objtest.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit aac932cad2e875f0a0eea053ea6728163aa04f08
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Tue Aug 2 14:21:04 2011 +0200

    remove redundant delete of pHttpRequest

diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx
index dabf805..77f2f10 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();


More information about the Libreoffice-commits mailing list