uncommented free list release

This commit is contained in:
Jeff Hill
2002-11-01 18:18:29 +00:00
parent e772ce948c
commit 5494603e75

View File

@@ -49,7 +49,7 @@ void timer::destroy ()
{
timerQueue & queueTmp ( this->queue );
this->~timer ();
//timer::operator delete ( this, queueTmp.timerFreeList ) ;
queueTmp.timerFreeList.release ( this );
}
void timer::start ( epicsTimerNotify & notify, double delaySeconds )