Plug EXTENDED COPY request data memory leak.
MFC after: 3 days
This commit is contained in:
parent
a7c09f5c12
commit
475267eff1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user