diff options
Diffstat (limited to 'hw/pci-hotplug.c')
-rw-r--r-- | hw/pci-hotplug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci-hotplug.c b/hw/pci-hotplug.c index 89974a0668..7e39bddd65 100644 --- a/hw/pci-hotplug.c +++ b/hw/pci-hotplug.c @@ -251,6 +251,6 @@ void pci_device_hot_remove_success(int pcibus, int slot) break; } - pci_unregister_device(d); + qdev_free(&d->qdev); } |