From: Marc-André Lureau Date: Wed, 13 Jun 2018 17:28:13 +0000 (+0200) Subject: Revert "usb-ccid: fix bus leak" X-Git-Tag: v3.0.0-rc0~79^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1738cd8c58afe43dc610ca778f52f1549ff3a06;p=thirdparty%2Fqemu.git Revert "usb-ccid: fix bus leak" The bus is not owned by the device. This reverts commit 410a096adf991ce437d4d7dabc59b6557e6d488d. Signed-off-by: Marc-André Lureau Message-id: 20180613172815.32738-2-marcandre.lureau@redhat.com Signed-off-by: Gerd Hoffmann --- diff --git a/hw/usb/dev-smartcard-reader.c b/hw/usb/dev-smartcard-reader.c index fa546fb3ce4..13d0befd9c0 100644 --- a/hw/usb/dev-smartcard-reader.c +++ b/hw/usb/dev-smartcard-reader.c @@ -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)