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

@@ -89,8 +89,8 @@ int main(int argc, char *argv[]){
static onceToken token(nullptr, []() {
UDPServer::Destory();
AsyncTaskThread::Destory();
EventPoller::Destory();
AsyncTaskThread::Destory();
Logger::Destory();
});
return 0;