mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
fix a lock i missed..
This commit is contained in:
@@ -982,7 +982,7 @@ namespace OpenSim.Region.CoreModules.Asset
|
||||
|
||||
double weakHitRate = m_weakRefHits * invReq;
|
||||
int weakEntriesAlive = 0;
|
||||
lock(weakAssetReferences)
|
||||
lock(weakAssetReferencesLock)
|
||||
{
|
||||
foreach(WeakReference aref in weakAssetReferences.Values)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user