diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-25 14:14:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-25 14:14:50 +0200 |
commit | aff54e8ef51add95e2d775163b264c8fe9104b2d (patch) | |
tree | 3af901502fd8d13c09fccc41c4578a5aec2d1215 /connectivity | |
parent | d5d10b03b1f3e4bf784ad35254cb55d719a8c1b3 (diff) |
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
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mork/MConnection.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mork/MConnection.cxx b/connectivity/source/drivers/mork/MConnection.cxx index e914f301e908..776249cbc446 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(); |