From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQVMj-0007H4-K2 for qemu-devel@nongnu.org; Fri, 22 Jul 2016 03:59:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQVMe-0006HI-OF for qemu-devel@nongnu.org; Fri, 22 Jul 2016 03:59:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42710) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQVMe-0006HD-J8 for qemu-devel@nongnu.org; Fri, 22 Jul 2016 03:59:20 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (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 1DC91C049E18 for ; Fri, 22 Jul 2016 07:59:20 +0000 (UTC) Message-ID: <1469174357.3363.93.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 22 Jul 2016 09:59:17 +0200 In-Reply-To: <20160719085432.4572-31-marcandre.lureau@redhat.com> References: <20160719085432.4572-1-marcandre.lureau@redhat.com> <20160719085432.4572-31-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 30/37] usb: free USBDevice.strings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: marcandre.lureau@redhat.com Cc: qemu-devel@nongnu.org On Di, 2016-07-19 at 12:54 +0400, marcandre.lureau@redhat.com wrote: > The list is created during instance init and further populated with > usb_desc_set_string(). Clear it when unrealizing the device. Reviewed-by: Gerd Hoffmann