mirror of
https://github.com/qemu/qemu.git
synced 2024-11-25 11:53:39 +08:00
no need for bdrv_close()
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2125 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
19cb37389f
commit
a9f277ba8f
@ -545,7 +545,6 @@ int32_t scsi_send_command(SCSIDevice *s, uint32_t tag, uint8_t *buf, int lun)
|
||||
|
||||
void scsi_disk_destroy(SCSIDevice *s)
|
||||
{
|
||||
bdrv_close(s->bdrv);
|
||||
qemu_free(s);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user