diff --git a/runtime/legion/legion_ops.cc b/runtime/legion/legion_ops.cc index 7a9f4eded4..a1047beeb8 100644 --- a/runtime/legion/legion_ops.cc +++ b/runtime/legion/legion_ops.cc @@ -13841,6 +13841,7 @@ namespace Legion { free(const_cast(it->second)); } field_map.clear(); + field_pointers_map.clear(); region = PhysicalRegion(); privilege_path.clear(); version_info.clear();