From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZEd3-0005pf-Gr for qemu-devel@nongnu.org; Fri, 26 Feb 2016 04:24:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZEcy-0000Db-Hk for qemu-devel@nongnu.org; Fri, 26 Feb 2016 04:24:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZEcy-0000DU-Cn for qemu-devel@nongnu.org; Fri, 26 Feb 2016 04:24:00 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 1AAA28EA20 for ; Fri, 26 Feb 2016 09:24:00 +0000 (UTC) Message-ID: <1456478638.1340.2.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 26 Feb 2016 10:23:58 +0100 In-Reply-To: <1456301288-1592-1-git-send-email-famz@redhat.com> References: <1456301288-1592-1-git-send-email-famz@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] usb-redirect: Avoid double free of data List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org On Mi, 2016-02-24 at 16:08 +0800, Fam Zheng wrote: > If dropping packets, data is freed, the caller's loop should not > continue. Added to usb queue. thanks, Gerd