修复内存泄漏缺陷

详见ReadMe.txt
This commit is contained in:
yuanyuanxiang
2019-01-06 21:18:26 +08:00
parent 27fcb6284e
commit a98d69f434
47 changed files with 3410 additions and 1605 deletions

View File

@@ -59,8 +59,6 @@ IOCPClient::~IOCPClient()
while (S_RUN == m_bWorkThread)
Sleep(10);
Sleep(5000);
DeleteCriticalSection(&m_cs);
m_bWorkThread = S_END;