diff --git a/src/ca/cac.cpp b/src/ca/cac.cpp index e5f411b70..26b0a6728 100644 --- a/src/ca/cac.cpp +++ b/src/ca/cac.cpp @@ -1154,10 +1154,7 @@ void cac::destroyIIU ( tcpiiu & iiu ) assert ( this->pudpiiu ); iiu.removeAllChannels ( false, cbGuard, guard, *this->pudpiiu ); - } - { - epicsGuard < epicsMutex > guard ( this->mutex ); this->serverTable.remove ( iiu ); this->circuitList.remove ( iiu ); }