From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWjba-0000PA-9W for qemu-devel@nongnu.org; Sat, 14 Mar 2015 06:47:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YWjbV-0002uO-Ac for qemu-devel@nongnu.org; Sat, 14 Mar 2015 06:47:42 -0400 Received: from v220110690675601.yourvserver.net ([37.221.199.173]:45747) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWjbV-0002u9-4N for qemu-devel@nongnu.org; Sat, 14 Mar 2015 06:47:37 -0400 Message-ID: <550411C5.3050808@weilnetz.de> Date: Sat, 14 Mar 2015 11:47:33 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1426329076-3635-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1426329076-3635-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] virtio: Fix memory leak reported by Coverity List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developer Cc: "Aneesh Kumar K.V" , "Michael S. Tsirkin" Am 14.03.2015 um 11:31 schrieb Stefan Weil: > Signed-off-by: Stefan Weil > --- > hw/9pfs/virtio-9p-local.c | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) > > diff --git a/hw/9pfs/virtio-9p-local.c b/hw/9pfs/virtio-9p-local.c > This patch is superseded by a new one which fixes four similar leaks instead of only one. Regards Stefan