some new code got in ahead of its time
parent
42d07e283f
commit
73177f2afa
|
@ -626,8 +626,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
ImageManager.Close();
|
ImageManager.Close();
|
||||||
ImageManager = null;
|
ImageManager = null;
|
||||||
|
|
||||||
m_entityUpdates.Close();
|
// m_entityUpdates.Close();
|
||||||
m_entityProps.Close();
|
// m_entityProps.Close();
|
||||||
|
m_entityUpdates = new PriorityQueue(1);
|
||||||
|
m_entityProps = new PriorityQueue(1);
|
||||||
m_killRecord.Clear();
|
m_killRecord.Clear();
|
||||||
GroupsInView.Clear();
|
GroupsInView.Clear();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue