mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Cleaning up old circuit upon client close.
This commit is contained in:
@@ -2248,6 +2248,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
m_sceneGridService.ClearUserAgent(agentID);
|
||||
}
|
||||
|
||||
m_authenticateHandler.RemoveCircuit(avatar.ControllingClient.CircuitCode);
|
||||
|
||||
//m_log.InfoFormat("[SCENE] Memory pre GC {0}", System.GC.GetTotalMemory(false));
|
||||
//m_log.InfoFormat("[SCENE] Memory post GC {0}", System.GC.GetTotalMemory(true));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user