From 6380927319b30eb5f22d2ea7d764e6b7b42186fe Mon Sep 17 00:00:00 2001 From: qydysky Date: Thu, 12 May 2022 11:41:03 +0800 Subject: [PATCH] fix --- Reply/gtk.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Reply/gtk.go b/Reply/gtk.go index 60ca556..2413c39 100644 --- a/Reply/gtk.go +++ b/Reply/gtk.go @@ -624,8 +624,8 @@ func Gtk_danmu() { if src == "" { return } - reqi := c.Common.ReqPool.Get() - defer c.Common.ReqPool.Put(reqi) + reqi := c.C.ReqPool.Get() + defer c.C.ReqPool.Put(reqi) req := reqi.Item.(*reqf.Req) if e := req.Reqf(reqf.Rval{ Url: src, -- 2.39.2