Browse Source

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)

Michael Hansen 12 years ago
parent
commit
d080626c63
  1. 2
      Sources/Plasma/PubUtilLib/plNetClientComm/plNetClientComm.cpp

2
Sources/Plasma/PubUtilLib/plNetClientComm/plNetClientComm.cpp

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

Loading…
Cancel
Save