From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44684) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ewVxC-0005CZ-It for qemu-devel@nongnu.org; Thu, 15 Mar 2018 12:42:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ewVxB-0001ff-W1 for qemu-devel@nongnu.org; Thu, 15 Mar 2018 12:42:10 -0400 Date: Thu, 15 Mar 2018 17:41:58 +0100 From: Kevin Wolf Message-ID: <20180315164158.GC3876@localhost.localdomain> References: <20180315035157.6929-1-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180315035157.6929-1-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] block: Fix leak of ignore_children in error path List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, Max Reitz , qemu-block@nongnu.org Am 15.03.2018 um 04:51 hat Fam Zheng geschrieben: > Reported-by: Max Reitz > Signed-off-by: Fam Zheng Thanks, applied to the block branch. Kevin