All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH v2 0/3] Fix memory leak spotted by valgrind
@ 2015-05-26  1:46 ` Shannon Zhao
  0 siblings, 0 replies; 14+ 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] 14+ messages in thread

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

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.