fixed io cancel shutdown order problem

This commit is contained in:
Jeff Hill
2004-01-15 02:52:28 +00:00
parent a2531d6bc9
commit 67fbf44633
2 changed files with 2 additions and 1 deletions

View File

@@ -69,7 +69,6 @@ dbSubscriptionIO::~dbSubscriptionIO ()
void dbSubscriptionIO::destructor ( epicsGuard < epicsMutex > & guard )
{
guard.assertIdenticalMutex ( this->mutex );
this->unsubscribe ( guard );
this->~dbSubscriptionIO ();
}