diff options
author | UbitUmarov | 2016-12-30 01:52:02 +0000 |
---|---|---|
committer | UbitUmarov | 2016-12-30 01:52:02 +0000 |
commit | 2a01173715e8adc9ea2f263221aed1302ed7675f (patch) | |
tree | 116300a1eebe09421da112635be883196f2b41f0 /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |
parent | Merge branch 'master' into httptests (diff) | |
parent | Serving robots.txt from bin Idea of solution for http://opensimulator.org/man... (diff) | |
download | opensim-SC-2a01173715e8adc9ea2f263221aed1302ed7675f.zip opensim-SC-2a01173715e8adc9ea2f263221aed1302ed7675f.tar.gz opensim-SC-2a01173715e8adc9ea2f263221aed1302ed7675f.tar.bz2 opensim-SC-2a01173715e8adc9ea2f263221aed1302ed7675f.tar.xz |
Merge branch 'master' into httptests
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index a69b670..55050d9 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -621,7 +621,11 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
621 | GroupsInView.Clear(); | 621 | GroupsInView.Clear(); |
622 | 622 | ||
623 | if(m_scene.GetNumberOfClients() == 0) | 623 | if(m_scene.GetNumberOfClients() == 0) |
624 | GC.Collect(); | 624 | { |
625 | GC.Collect(); | ||
626 | GC.WaitForPendingFinalizers(); | ||
627 | GC.Collect(); | ||
628 | } | ||
625 | } | 629 | } |
626 | 630 | ||
627 | public void Kick(string message) | 631 | public void Kick(string message) |