some new code got in ahead of its time

httptests
UbitUmarov 2018-02-03 20:50:06 +00:00
parent 42d07e283f
commit 73177f2afa
1 changed files with 4 additions and 2 deletions

View File

@ -626,8 +626,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
ImageManager.Close();
ImageManager = null;
m_entityUpdates.Close();
m_entityProps.Close();
// m_entityUpdates.Close();
// m_entityProps.Close();
m_entityUpdates = new PriorityQueue(1);
m_entityProps = new PriorityQueue(1);
m_killRecord.Clear();
GroupsInView.Clear();