From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yx406-0001LV-IC for qemu-devel@nongnu.org; Mon, 25 May 2015 21:49:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yx405-00035M-FW for qemu-devel@nongnu.org; Mon, 25 May 2015 21:49:50 -0400 From: Shannon Zhao Date: Tue, 26 May 2015 09:46:04 +0800 Message-ID: <1432604767-5964-1-git-send-email-zhaoshenglong@huawei.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH v2 0/3] Fix memory leak spotted by valgrind List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, shannon.zhao@linaro.org From: Shannon Zhao 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