fix a seg fault in sp.cs
parent
1468b01afc
commit
9ca9770cf6
|
@ -3570,7 +3570,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
// m_reprioritizationTimer.Dispose();
|
// m_reprioritizationTimer.Dispose();
|
||||||
|
|
||||||
RemoveFromPhysicalScene();
|
RemoveFromPhysicalScene();
|
||||||
Animator.Close();
|
if(Animator != null)
|
||||||
|
Animator.Close();
|
||||||
Animator = null;
|
Animator = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue