mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
add a missing lock()
This commit is contained in:
@@ -893,7 +893,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
|
||||
{
|
||||
m_InEvent = false;
|
||||
m_CurrentEvent = String.Empty;
|
||||
m_CurrentWorkItem = null; // no longer in a event that can be canceled
|
||||
lock (EventQueue)
|
||||
m_CurrentWorkItem = null; // no longer in a event that can be canceled
|
||||
}
|
||||
|
||||
if (m_SaveState)
|
||||
|
||||
Reference in New Issue
Block a user