This commit is contained in:
Jeff Hill
2002-09-30 20:24:20 +00:00
parent ad3be7f90a
commit dff44268b0
2 changed files with 6 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ void syncGroupWriteNotify::destroy ( casgRecycle & recycle )
syncGroupWriteNotify::~syncGroupWriteNotify ()
{
if ( this->idIsValid ) {
this->chan->ioCancel ( this-> id );
this->chan->ioCancel ( this->id );
}
}