程序退出清理

This commit is contained in:
xiongziliang 2018-01-25 09:12:41 +08:00 committed by xeonye
parent 2997b4a7c6
commit e509b1645b
1 changed files with 1 additions and 0 deletions

View File

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