From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDJnN-0006N8-AV for qemu-devel@nongnu.org; Mon, 10 Oct 2011 13:37:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDJnL-0002J0-AU for qemu-devel@nongnu.org; Mon, 10 Oct 2011 13:37:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35356) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDJnL-0002It-1T for qemu-devel@nongnu.org; Mon, 10 Oct 2011 13:37:43 -0400 Message-ID: <4E932E1B.4070609@redhat.com> Date: Mon, 10 Oct 2011 19:40:43 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1317418193-9052-1-git-send-email-weil@mail.berlios.de> In-Reply-To: <1317418193-9052-1-git-send-email-weil@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] block/vvfat: Fix potential memory leaks and other memory errors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-devel@nongnu.org Am 30.09.2011 23:29, schrieb Stefan Weil: > cppcheck reported memory leaks and mismatched g_malloc() with free() > instead of g_free(). > > Fix these errors. > > Cc: Kevin Wolf > Signed-off-by: Stefan Weil Thanks, applied to the block branch. Kevin