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

@@ -150,6 +150,7 @@ int main(int argc,char *argv[]){
requesterPost.reset();
//程序开始退出
EventPoller::Destory();
AsyncTaskThread::Destory();
Logger::Destory();
return 0;
}