diff --git a/src/AryUtil.chpl b/src/AryUtil.chpl index dc2ed2b801..3efe63e169 100644 --- a/src/AryUtil.chpl +++ b/src/AryUtil.chpl @@ -119,6 +119,8 @@ module AryUtil this.t = t; if region.isEmpty() { + this.ptr = c_nil; + this.isOwned = false; return; } ref start = A[region.low];