remove 2 more null refs i added to release memory

melanie
UbitUmarov 2016-11-26 05:08:46 +00:00
parent b781de73e3
commit 5cc0d6620d
1 changed files with 2 additions and 2 deletions

View File

@ -615,8 +615,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
ImageManager.Close();
ImageManager = null;
m_entityUpdates = null;
m_entityProps = null;
m_entityUpdates = new PriorityQueue(1);
m_entityProps = new PriorityQueue(1);
m_killRecord.Clear();
GroupsInView.Clear();
// m_scene = null; can't do this unless checks are added everywhere due to workitems already in pools