qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] Fix memory leak spotted by valgrind
@ 2015-05-26  1:46 Shannon Zhao
  2015-05-26  1:46 ` [Qemu-devel] [PATCH v2 1/3] hw/i386/pc_piix: Fix memory leak Shannon Zhao
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Shannon Zhao @ 2015-05-26  1:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, shannon.zhao

From: Shannon Zhao <shannon.zhao@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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-05-28 11:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-26  1:46 [Qemu-devel] [PATCH v2 0/3] Fix memory leak spotted by valgrind Shannon Zhao
2015-05-26  1:46 ` [Qemu-devel] [PATCH v2 1/3] hw/i386/pc_piix: Fix memory leak Shannon Zhao
2015-05-26  9:00   ` [Qemu-devel] [Qemu-trivial] " Marcel Apfelbaum
2015-05-26  1:46 ` [Qemu-devel] [PATCH v2 2/3] hw/ide/pci: " Shannon Zhao
2015-05-26  8:51   ` [Qemu-devel] [Qemu-trivial] " Marcel Apfelbaum
2015-05-26  1:46 ` [Qemu-devel] [PATCH v2 3/3] hw/i386/acpi-build: decref after use Shannon Zhao
2015-05-28 11:39 ` [Qemu-devel] [PATCH v2 0/3] Fix memory leak spotted by valgrind Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).