From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDXp6-00047F-6D for qemu-devel@nongnu.org; Fri, 10 Jul 2015 08:54:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZDXp2-0001Gs-6v for qemu-devel@nongnu.org; Fri, 10 Jul 2015 08:54:36 -0400 References: <1436489490-236-1-git-send-email-arei.gonglei@huawei.com> From: Paolo Bonzini Message-ID: <559FC082.9010605@redhat.com> Date: Fri, 10 Jul 2015 14:54:26 +0200 MIME-Version: 1.0 In-Reply-To: <1436489490-236-1-git-send-email-arei.gonglei@huawei.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] fix memory leak List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: arei.gonglei@huawei.com, qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org On 10/07/2015 02:51, arei.gonglei@huawei.com wrote: > From: Gonglei > > Spotted by Coverity. > > Gonglei (4): > cpu: fix memory leak > ppc/spapr_drc: fix memory leak > arm/xlnx-zynqmp: fix memory leak > vl.c: fix memory leak > > hw/arm/xlnx-zynqmp.c | 4 ++-- > hw/ppc/spapr_drc.c | 1 + > target-i386/cpu.c | 2 +- > vl.c | 5 ++++- > 4 files changed, 8 insertions(+), 4 deletions(-) > Eduardo posted a patch for 1, too. Paolo