acrn-hypervisor/devicemodel/hw
Zhao Yakui 93386d3c70 ACRN/DM: Destroy the created pci_device iterator to fix memory leak in passthru_init
Now it will call the below function to create the corresponding pci_device_iterator
in passthrough device initialization. But it is not released in time.
So it needs to be released to fix the memory leak issue.

Tracked-On: #2762
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Reviewed-by: He, Min <min.he@intel.com>
Acked-by: Yin Fengwei <fengwei.yin@intel.com>
2019-03-14 12:55:49 +08:00
..
pci ACRN/DM: Destroy the created pci_device iterator to fix memory leak in passthru_init 2019-03-14 12:55:49 +08:00
platform dm: usb: fix possible memory leak 2019-03-12 13:47:57 +08:00
block_if.c dm: storage: change DISCARD to synchronous mode 2019-01-23 12:56:47 +08:00
uart_core.c dm: Add teardown callback for mevent in uart_core 2018-12-27 09:58:20 +08:00
usb_core.c DM USB: add usb_dev_path_cmp function for convenience 2018-12-14 19:40:44 +08:00