]> xenbits.xensource.com Git - libvirt.git/commit
Fix a qemuDomainPCIAddressSetFree memory leak
authorChris Lalancette <clalance@redhat.com>
Wed, 28 Apr 2010 19:49:41 +0000 (15:49 -0400)
committerChris Lalancette <clalance@redhat.com>
Thu, 29 Apr 2010 13:16:14 +0000 (09:16 -0400)
commit87d2e4ba56e6e592c7c5d7f919be719e19b07693
treeaf96787f1f87f8c44673b10ea027e23a382e2d28
parent18b3096c402270634ebc89bd28a1248ad77b925b
Fix a qemuDomainPCIAddressSetFree memory leak

qemuDomainPCIAddressSetFree was freeing up the hash
table for the pci addresses, but not freeing up the addr
structure.  Looking over the callers of this function, it
seems like they expect it to also free up the structure,
so do that here.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
src/qemu/qemu_conf.c