Label callbacks are called every time an instruction is destroyed if the instruction is a label instruction and the field is valid. When cloning an instruction, we can't blindly copy the label callback field causing it to be called when the cloned instruction is destroyed. We are adding a note to the docs of instr_clone() and prevent the field from being copied.
Fixes #3926 (closed) Issue: #3962 (closed)