fix a lock i missed..
parent
beee52032e
commit
b292950b1c
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue