Plug EXTENDED COPY request data memory leak.

MFC after:	3 days
This commit is contained in:
Alexander Motin 2014-08-02 20:15:00 +00:00
parent a7c09f5c12
commit 475267eff1

View File

@ -948,6 +948,8 @@ done:
free(list, M_CTL);
} else {
list->completed = 1;
free(list->params, M_CTL);
list->params = NULL;
list->sense_data = ctsio->sense_data;
list->sense_len = ctsio->sense_len;
list->scsi_status = ctsio->scsi_status;