Skip to content

Commit

Permalink
attach_array:bug fix, clean up the map when AttachOp is deactivated
Browse files Browse the repository at this point in the history
  • Loading branch information
eddy16112 committed Oct 26, 2017
1 parent 7f9c1da commit 240a884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/legion/legion_ops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13841,6 +13841,7 @@ namespace Legion {
free(const_cast<char*>(it->second));
}
field_map.clear();
field_pointers_map.clear();
region = PhysicalRegion();
privilege_path.clear();
version_info.clear();
Expand Down

0 comments on commit 240a884

Please sign in to comment.