2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 10:37:41 -04:00

Yes, we really do want to wait for the transactions to get cleaned up before terminating the loop that cleans them up (fixes NetTrans leaks)

This commit is contained in:
2013-01-04 00:42:36 -08:00
parent abbbfc12d7
commit d080626c63

View File

@ -785,7 +785,7 @@ void NetCommShutdown () {
if (!gDataServerLocal)
NetCliFileDisconnect();
NetClientDestroy(false);
NetClientDestroy();
AsyncCoreDestroy(30 * 1000);
}