Closed gnif closed 2 years ago
dela_data and dela_pos on a 64-bit system were not being allocated enough space for a 64-bit pointer due to a mistake in the allocation size. This corrects this to use the size of the pointer instead of the size of the value.
dela_data
dela_pos
Thanks! Good catch
dela_data
anddela_pos
on a 64-bit system were not being allocated enough space for a 64-bit pointer due to a mistake in the allocation size. This corrects this to use the size of the pointer instead of the size of the value.