From 240a88408df2755f951bd424768c21553878ab05 Mon Sep 17 00:00:00 2001 From: Wei Wu Date: Thu, 26 Oct 2017 16:01:58 -0600 Subject: [PATCH] attach_array:bug fix, clean up the map when AttachOp is deactivated --- runtime/legion/legion_ops.cc | 1 + 1 file changed, 1 insertion(+) 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();