numam-dpdk/drivers/bus
Kevin Laatz d5c398741d bus/pci: fix memory leak in device cleanup
During PCI bus device cleanup some interrupt handle pointers and the
bus_info pointer are not being free'd, leading to memory leaks.
This patch fixes the memory leaks by ensuring they are free'd during
device cleanup on exit.

Fixes: 1cab1a40ea ("bus: cleanup devices on shutdown")

Signed-off-by: Kevin Laatz <kevin.laatz@intel.com>
Tested-by: Weiyuan Li <weiyuanx.li@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
2022-10-20 11:34:55 +02:00
..
auxiliary drivers/bus: set device NUMA node to unknown by default 2022-10-06 21:26:55 +02:00
dpaa bus/dpaa: move mempool registration before probing 2022-10-07 17:19:03 +02:00
fslmc bus/fslmc: add timeout in MC send command 2022-10-07 17:19:03 +02:00
ifpga bus: hide bus object 2022-09-23 16:14:34 +02:00
pci bus/pci: fix memory leak in device cleanup 2022-10-20 11:34:55 +02:00
vdev bus: cleanup devices on shutdown 2022-10-04 21:20:15 +02:00
vmbus drivers/bus: set device NUMA node to unknown by default 2022-10-06 21:26:55 +02:00
meson.build bus/auxiliary: introduce auxiliary bus 2021-07-05 18:11:28 +02:00