Cleaning up old circuit upon client close.

0.6.5-rc1
diva 2009-04-14 02:21:40 +00:00
parent c2e75aecd1
commit 6bd89f7dad
1 changed files with 2 additions and 0 deletions

View File

@ -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));
}