diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 7229522..cd687aa 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 | |||
626 | ImageManager.Close(); | 626 | ImageManager.Close(); |
627 | ImageManager = null; | 627 | ImageManager = null; |
628 | 628 | ||
629 | m_entityUpdates.Close(); | 629 | // m_entityUpdates.Close(); |
630 | m_entityProps.Close(); | 630 | // m_entityProps.Close(); |
631 | m_entityUpdates = new PriorityQueue(1); | ||
632 | m_entityProps = new PriorityQueue(1); | ||
631 | m_killRecord.Clear(); | 633 | m_killRecord.Clear(); |
632 | GroupsInView.Clear(); | 634 | GroupsInView.Clear(); |
633 | 635 | ||