From 3beaa38e5005037bcae6fdb7979fc98b6067fff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Thu, 5 May 2022 21:36:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=BF=E5=85=8D=E6=AD=BB=E9=94=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server.c | 1 + 1 file changed, 1 insertion(+) diff --git a/server.c b/server.c index 9a2cd71..b4014db 100644 --- a/server.c +++ b/server.c @@ -434,6 +434,7 @@ static void cleanup_thread(thread_timer_t* timer) { timer->ptr = NULL; puts("Free data"); } + if(is_ex_dict_open) close_ex_dict(); puts("Finish cleaning"); }