From e2f4d2c9a4bb653ad6b37413d3dc3d9ca217a8de Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 11 Feb 2019 20:36:36 +0800 Subject: [PATCH] 1 --- a8/timer.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/a8/timer.cc b/a8/timer.cc index 0c78d6a..4753894 100644 --- a/a8/timer.cc +++ b/a8/timer.cc @@ -359,6 +359,7 @@ namespace a8 for (int j = 0; j < TVR_SIZE; j++) { free_timers(base_->tv1.vec + j); } + free_timers(&base_->free_timer); } void Timer::GC_TimerFunc(const a8::XParams& param)