mirror of
https://github.com/mangosfour/server.git
synced 2026-01-01 07:37:07 +00:00
[8328] Fixed problem with crash at startup in result destroy anti-freeze thread runnable.
* Destroy runnable only if no references. * Some code cleanups
This commit is contained in:
parent
79c1324bed
commit
7baebcd2de
5 changed files with 50 additions and 18 deletions
|
|
@ -58,7 +58,7 @@ class AuthSocket: public TcpSocket
|
|||
void _SetVSFields(const std::string& rI);
|
||||
|
||||
FILE *pPatch;
|
||||
ACE_Thread_Mutex patcherLock;
|
||||
ACE_Thread_Mutex patcherLock;
|
||||
bool IsLag();
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue