diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 498d5fe..6cdf6f6 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -615,8 +615,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
615 | ImageManager.Close(); | 615 | ImageManager.Close(); |
616 | ImageManager = null; | 616 | ImageManager = null; |
617 | 617 | ||
618 | m_entityUpdates = null; | 618 | m_entityUpdates = new PriorityQueue(1); |
619 | m_entityProps = null; | 619 | m_entityProps = new PriorityQueue(1); |
620 | m_killRecord.Clear(); | 620 | m_killRecord.Clear(); |
621 | GroupsInView.Clear(); | 621 | GroupsInView.Clear(); |
622 | // m_scene = null; can't do this unless checks are added everywhere due to workitems already in pools | 622 | // m_scene = null; can't do this unless checks are added everywhere due to workitems already in pools |