This commit is contained in:
xiongziliang
2018-02-24 15:18:16 +08:00
parent 15f03476c3
commit fe4da29fb1
6 changed files with 54 additions and 50 deletions

View File

@@ -250,9 +250,9 @@ int main(int argc,char *argv[]) {
UDPServer::Destory();
//TcpServer用到了WorkThreadPool
WorkThreadPool::Destory();
AsyncTaskThread::Destory();
EventPoller::Destory();
Logger::Destory();
AsyncTaskThread::Destory();
Logger::Destory();
return 0;
}