From: Shannon Zhao <shannon.z...@linaro.org>

These patches fix memmory leak spotted by valgrind.

changes since v1:
  * use qemu_allocate_irq instead of qemu_allocate_irqs for allocating
    one irq (Paolo)
  * Add review-by from Igor for PATCH 3/3

Shannon Zhao (3):
  hw/i386/pc_piix: Fix memory leak
  hw/ide/pci: Fix memory leak
  hw/i386/acpi-build: decref after use

 hw/i386/acpi-build.c | 1 +
 hw/i386/pc_piix.c    | 7 ++++---
 hw/ide/pci.c         | 5 +----
 3 files changed, 6 insertions(+), 7 deletions(-)

-- 
2.0.4



Reply via email to