From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1tBI-000370-7T for qemu-devel@nongnu.org; Wed, 02 Nov 2016 06:54:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1tBH-0003yv-MN for qemu-devel@nongnu.org; Wed, 02 Nov 2016 06:54:08 -0400 Date: Wed, 2 Nov 2016 11:53:58 +0100 From: Kevin Wolf Message-ID: <20161102105358.GD6182@noname.redhat.com> References: <1478083203-9465-1-git-send-email-ashijeetacharya@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1478083203-9465-1-git-send-email-ashijeetacharya@gmail.com> Subject: Re: [Qemu-devel] [PATCH v3] block/nbd: Fix the leaked visitor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ashijeet Acharya Cc: mreitz@redhat.com, pbonzini@redhat.com, eblake@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org Am 02.11.2016 um 11:40 hat Ashijeet Acharya geschrieben: > This patch frees the leaked visitor in nbd_refresh_filename() and uses > visit_free() to fix it. The leak was introduced by the commit 491d6c7. > > Signed-off-by: Ashijeet Acharya > Reviewed-by: Eric Blake Thanks, applied to the block branch. Kevin