From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFjuC-00022R-Q9 for qemu-devel@nongnu.org; Mon, 17 Oct 2011 05:54:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFjuB-0001KW-Rz for qemu-devel@nongnu.org; Mon, 17 Oct 2011 05:54:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFjuB-0001KK-JC for qemu-devel@nongnu.org; Mon, 17 Oct 2011 05:54:47 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p9H9sk70005810 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 17 Oct 2011 05:54:46 -0400 Message-ID: <4E9BFC1F.1070406@redhat.com> Date: Mon, 17 Oct 2011 11:57:51 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1317193022-13504-1-git-send-email-ajia@redhat.com> In-Reply-To: <1317193022-13504-1-git-send-email-ajia@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] fix memory leak in aio_write_f List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: ajia@redhat.com Cc: qemu-devel@nongnu.org Am 28.09.2011 08:57, schrieb ajia@redhat.com: > From: Alex Jia > > Haven't released memory of 'ctx' before return. > > Signed-off-by: Alex Jia Thanks, applied to the block branch. Kevin