This commit is contained in:
aozhiwei 2019-02-11 20:36:36 +08:00
parent 8b113606e3
commit e2f4d2c9a4

View File

@ -359,6 +359,7 @@ namespace a8
for (int j = 0; j < TVR_SIZE; j++) { for (int j = 0; j < TVR_SIZE; j++) {
free_timers(base_->tv1.vec + j); free_timers(base_->tv1.vec + j);
} }
free_timers(&base_->free_timer);
} }
void Timer::GC_TimerFunc(const a8::XParams& param) void Timer::GC_TimerFunc(const a8::XParams& param)