fixed race condition

This commit is contained in:
Jeff Hill
2001-09-25 23:56:48 +00:00
parent 78d663d064
commit 1f21e491ed
3 changed files with 2 additions and 8 deletions

View File

@@ -257,7 +257,6 @@ void dbServiceIO::destroyAllIO ( dbChannelIO & chan )
while ( ( pIO = chan.dbServicePrivateListOfIO::eventq.get() ) ) {
this->ioTable.remove ( *pIO );
tmp.add ( *pIO );
pIO->channelDestroyNotify ();
}
if ( chan.dbServicePrivateListOfIO::pBlocker ) {
this->ioTable.remove ( *chan.dbServicePrivateListOfIO::pBlocker );