mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
fix a seg fault in sp.cs
This commit is contained in:
@@ -3570,7 +3570,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
// m_reprioritizationTimer.Dispose();
|
||||
|
||||
RemoveFromPhysicalScene();
|
||||
Animator.Close();
|
||||
if(Animator != null)
|
||||
Animator.Close();
|
||||
Animator = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user