Revert "usb-ccid: fix bus leak"
The bus is not owned by the device.
This reverts commit 410a096adf
.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 20180613172815.32738-2-marcandre.lureau@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
2ef2f16781
commit
a1738cd8c5
@ -1147,7 +1147,6 @@ static void ccid_unrealize(USBDevice *dev, Error **errp)
|
||||
USBCCIDState *s = USB_CCID_DEV(dev);
|
||||
|
||||
ccid_bulk_in_clear(s);
|
||||
object_unref(OBJECT(&s->bus));
|
||||
}
|
||||
|
||||
static void ccid_flush_pending_answers(USBCCIDState *s)
|
||||
|
Loading…
Reference in New Issue
Block a user