mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
uhci: fix uhci_async_cancel_all
It should also free all queues. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
16ce543ed1
commit
60f8afcb5d
1 changed files with 1 additions and 0 deletions
|
@ -300,6 +300,7 @@ static void uhci_async_cancel_all(UHCIState *s)
|
|||
uhci_async_unlink(curr);
|
||||
uhci_async_cancel(curr);
|
||||
}
|
||||
uhci_queue_free(queue);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue