From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33617) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cgJOv-0000xS-Ii for qemu-devel@nongnu.org; Tue, 21 Feb 2017 17:59:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cgJOs-00016T-I8 for qemu-devel@nongnu.org; Tue, 21 Feb 2017 17:59:17 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57656) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cgJOs-00016E-CL for qemu-devel@nongnu.org; Tue, 21 Feb 2017 17:59:14 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B667FC05B1C8 for ; Tue, 21 Feb 2017 22:59:13 +0000 (UTC) Message-ID: <1487717950.20449.0.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 21 Feb 2017 23:59:10 +0100 In-Reply-To: <20170221141451.28305-26-marcandre.lureau@redhat.com> References: <20170221141451.28305-1-marcandre.lureau@redhat.com> <20170221141451.28305-26-marcandre.lureau@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2 25/30] usb: release the created buses List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Marc-Andr=E9?= Lureau Cc: qemu-devel@nongnu.org On Di, 2017-02-21 at 18:14 +0400, Marc-Andr=C3=A9 Lureau wrote: > Leaks spotted by ASAN. Reviewed-by: Gerd Hoffmann