mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07: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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user