fixed iterator was not incremented when allocating a timer queue
This commit is contained in:
@@ -55,6 +55,7 @@ epicsTimerQueueActiveForC & timerQueueActiveMgr::allocate (
|
||||
iter->timerQueueActiveMgrPrivate::referenceCount++;
|
||||
return *iter;
|
||||
}
|
||||
iter++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user