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

@@ -114,6 +114,7 @@ int domain(int argc, const char *argv[]) {
//清理程序
EventPoller::Destory();
AsyncTaskThread::Destory();
Logger::Destory();
return 0;
}