mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
dispose of jobengine queue
This commit is contained in:
@@ -131,7 +131,15 @@ namespace OpenSim.Framework.Monitoring
|
||||
finally
|
||||
{
|
||||
if(m_cancelSource != null)
|
||||
{
|
||||
m_cancelSource.Dispose();
|
||||
m_cancelSource = null;
|
||||
}
|
||||
if (m_jobQueue != null)
|
||||
{
|
||||
m_jobQueue .Dispose();
|
||||
m_jobQueue = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user