From 73177f2afa9038700ba5e8390aeecd0db9bb397a Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 3 Feb 2018 20:50:06 +0000 Subject: [PATCH] some new code got in ahead of its time --- OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 7229522569..cd687aa91c 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs @@ -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();