From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQVNY-000877-4K for qemu-devel@nongnu.org; Fri, 22 Jul 2016 04:00:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQVNT-0006WA-8A for qemu-devel@nongnu.org; Fri, 22 Jul 2016 04:00:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQVNT-0006Vy-38 for qemu-devel@nongnu.org; Fri, 22 Jul 2016 04:00:11 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (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 6E01496AE for ; Fri, 22 Jul 2016 08:00:10 +0000 (UTC) Message-ID: <1469174405.3363.94.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 22 Jul 2016 10:00:05 +0200 In-Reply-To: <20160719085432.4572-33-marcandre.lureau@redhat.com> References: <20160719085432.4572-1-marcandre.lureau@redhat.com> <20160719085432.4572-33-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 32/37] usb: free leaking path 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: > qdev_get_dev_path() returns an allocated string, free it when no > longer > needed. Reviewed-by: Gerd Hoffmann