Kaydet (Commit) aff54e8e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

That lone acquire() was hopefully just a needless copy/paste

...from ab9d657e "INTEGRATION: CWS dba22ui:
acquire in dtor, to prevent reentrance."  Yuck.

Change-Id: Iec5e1fa9d04199a4a1e83c67ed2014299317c5d8
üst d5d10b03
......@@ -59,7 +59,6 @@ OConnection::OConnection(MorkDriver* _pDriver)
OConnection::~OConnection()
{
acquire();
if(!isClosed())
close();
m_pDriver->release();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment