connectivity/source/drivers/mork/MConnection.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit aff54e8ef51add95e2d775163b264c8fe9104b2d Author: Stephan Bergmann <sberg...@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(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits