Copy or convert data to its own shallow copy leads to heap crash

Issue #21 closed
Wolfram Lyda created an issue

The copy and the convertTo data use rhs.freeData() to free dest-data before copy / transform procedure. If rhs is already a shallow copy of the current field, itom crashed.

ToDo -> Check for shallow copy, modify code to avoid this problem.

Comments (2)

  1. Log in to comment