From 25551ef3e6e38f634485fc992b5461a247632284 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Thu, 25 Jan 2018 09:12:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E9=80=80=E5=87=BA=E6=B8=85?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_server.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_server.cpp b/tests/test_server.cpp index 461274a0..af0b387f 100644 --- a/tests/test_server.cpp +++ b/tests/test_server.cpp @@ -194,6 +194,7 @@ int main(int argc,char *argv[]){ UDPServer::Destory(); //TcpServer用到了WorkThreadPool WorkThreadPool::Destory(); + AsyncTaskThread::Destory(); EventPoller::Destory(); Logger::Destory(); return 0;