From 9cba72e52039d4c124f40b93d45422b2a682f6d8 Mon Sep 17 00:00:00 2001 From: fumiama Date: Tue, 4 May 2021 17:20:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=87=BD=E6=95=B0=E5=90=8D?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.c b/server.c index 776f8c0..405e9e3 100644 --- a/server.c +++ b/server.c @@ -348,7 +348,7 @@ void kill_thread(THREADTIMER* timer) { puts("Free data."); } if(timer->is_open) { - close_file(timer->fp); + close_dict(timer->fp); timer->is_open = 0; puts("Close file."); }