Skip to content

Fix RegionCache::releaseRegions

Jaume Bosch requested to merge fix/regcache_release_regions into master

Fix bug in releaseRegions causing double region release if a WD has multiple copies that match the same cache register. The solution is make the RegionCache::releaseRegions method behave like RegionCache::prepareRegions where the copies are filtered to avoid duplicates

Merge request reports