auto mutex release now requires an auto mutex
This commit is contained in:
@@ -147,7 +147,7 @@ ipAddrToAsciiAsynchronous::~ipAddrToAsciiAsynchronous ()
|
||||
! this->pEngine->thread.isCurrentThread() ) {
|
||||
this->pEngine->cancelPending = true;
|
||||
{
|
||||
epicsAutoMutexRelease unlocker ( ipAddrToAsciiEngine::mutex );
|
||||
epicsAutoMutexRelease unlocker ( locker );
|
||||
this->pEngine->destructorBlockEvent.wait ();
|
||||
}
|
||||
if ( ! this->pEngine ) {
|
||||
|
||||
Reference in New Issue
Block a user