]> git.proxmox.com Git - qemu.git/commit - hmp.c
hmp: Fix freeing of PciInfoList
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Wed, 11 Jan 2012 15:51:52 +0000 (10:51 -0500)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Fri, 13 Jan 2012 10:37:00 +0000 (10:37 +0000)
commitf46cee374218dc5ebda3e7aa6996ef7f1b90eb7c
tree62e0ba9d6092e4fb66393048de340502c50c8200
parent0b0404bf84432f0ee74840d674b93bacee7eee68
hmp: Fix freeing of PciInfoList

Remember the original PciInfoList in info_list and use
the info variable to traverse the list.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
hmp.c