mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
expire also from weak references
This commit is contained in:
@@ -580,6 +580,9 @@ namespace OpenSim.Region.CoreModules.Asset
|
||||
|
||||
if (m_MemoryCacheEnabled)
|
||||
m_MemoryCache.Remove(id);
|
||||
|
||||
lock(weakAssetReferencesLock)
|
||||
weakAssetReferences.Remove(id);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user