commit | cea37f87519ca3172a4e8ddd3ffcd2b4232b341f | [log] [tgz] |
---|---|---|
author | Daeseok Youn <daeseok.youn@gmail.com> | Tue Apr 01 19:15:59 2014 +0900 |
committer | David Vrabel <david.vrabel@citrix.com> | Tue Apr 15 17:32:30 2014 +0100 |
tree | e9f0960879b3f2dca738eb363be06b0d47e7b3c1 | |
parent | 4461bbc05bf11fa4251acded60e4645863a4158a [diff] |
xen: fix memory leak in __xen_pcibk_add_pci_dev() It need to free dev_entry when it failed to assign to a new slot on the virtual PCI bus. smatch says: drivers/xen/xen-pciback/vpci.c:142 __xen_pcibk_add_pci_dev() warn: possible memory leak of 'dev_entry' Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com> Signed-off-by: David Vrabel <david.vrabel@citrix.com>