From 9f27102d3ae84cd9034dc8842903264112c63a50 Mon Sep 17 00:00:00 2001 From: kercylan98 Date: Thu, 6 Jul 2023 09:09:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=87=8A=E6=94=BE?= =?UTF-8?q?=E5=AE=9A=E6=97=B6=E5=99=A8=E5=90=8E=E5=8F=AF=E8=83=BD=E9=80=A0?= =?UTF-8?q?=E6=88=90=E7=A9=BA=E6=8C=87=E9=92=88=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/timer/ticker.go | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/timer/ticker.go b/utils/timer/ticker.go index f1bf863..b3a4b1b 100644 --- a/utils/timer/ticker.go +++ b/utils/timer/ticker.go @@ -35,7 +35,6 @@ func (slf *Ticker) Release() { scheduler.close() delete(slf.timers, name) } - slf.handle = nil slf.lock.Unlock() slf.timer.tickers = append(slf.timer.tickers, slf)