expire also from weak references

melanie
UbitUmarov 2016-12-29 03:25:12 +00:00
parent 3a310d77c8
commit c78da183b2
1 changed files with 3 additions and 0 deletions

View File

@ -580,6 +580,9 @@ namespace OpenSim.Region.CoreModules.Asset
if (m_MemoryCacheEnabled)
m_MemoryCache.Remove(id);
lock(weakAssetReferencesLock)
weakAssetReferences.Remove(id);
}
catch (Exception e)
{