Synchronize walkBackwards with walk

This commit is contained in:
Richard Feldman 2021-04-11 12:10:45 -04:00
parent dd432c1725
commit 04aa9f4faa

View file

@ -531,9 +531,6 @@ pub fn listWalkBackwards(list: RocList, stepper: Opaque, stepper_caller: Caller2
b2 = b1;
b1 = temp;
}
const data_bytes = list.len() * element_width;
utils.decref(std.heap.c_allocator, alignment, list.bytes, data_bytes);
}
@memcpy(output orelse unreachable, b2, accum_width);