[Libreoffice-commits] core.git: connectivity/source

Stephan Bergmann sbergman at redhat.com
Fri Apr 25 05:16:22 PDT 2014


 connectivity/source/drivers/mork/MConnection.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit aff54e8ef51add95e2d775163b264c8fe9104b2d
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Apr 25 14:14:50 2014 +0200

    That lone acquire() was hopefully just a needless copy/paste
    
    ...from ab9d657e0060473a25abd6f36bd30aad0574a4db "INTEGRATION: CWS dba22ui:
    acquire in dtor, to prevent reentrance."  Yuck.
    
    Change-Id: Iec5e1fa9d04199a4a1e83c67ed2014299317c5d8

diff --git a/connectivity/source/drivers/mork/MConnection.cxx b/connectivity/source/drivers/mork/MConnection.cxx
index e914f30..776249c 100644
--- a/connectivity/source/drivers/mork/MConnection.cxx
+++ b/connectivity/source/drivers/mork/MConnection.cxx
@@ -59,7 +59,6 @@ OConnection::OConnection(MorkDriver* _pDriver)
 
 OConnection::~OConnection()
 {
-    acquire();
     if(!isClosed())
         close();
     m_pDriver->release();


More information about the Libreoffice-commits mailing list