The pdu indata alloc by iscsi_malloc with a undetermined size, but free by iscsi_sfree. The iscsi_sfree can only be used to free memory which size is equal to iscsi->smalloc_size. Signed-off-by: IriKa Qiu <qiujie.jq@gmail.com>