From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrsWl-0008VQ-5L for qemu-devel@nongnu.org; Thu, 29 Oct 2015 15:06:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrsWi-00009A-E0 for qemu-devel@nongnu.org; Thu, 29 Oct 2015 15:06:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrsWi-000096-8p for qemu-devel@nongnu.org; Thu, 29 Oct 2015 15:06:20 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id CDE688E37C for ; Thu, 29 Oct 2015 19:06:19 +0000 (UTC) Date: Thu, 29 Oct 2015 15:06:19 -0400 From: Luiz Capitulino Message-ID: <20151029150619.35a3f618@redhat.com> In-Reply-To: <87mvv1wsmo.fsf@blackfin.pond.sub.org> References: <1446117309-15322-1-git-send-email-armbru@redhat.com> <20151029114138.560e8582@redhat.com> <87mvv1wsmo.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] monitor: Plug memory leak on QMP error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org On Thu, 29 Oct 2015 17:23:43 +0100 Markus Armbruster wrote: > Luiz Capitulino writes: > > > On Thu, 29 Oct 2015 12:15:09 +0100 > > Markus Armbruster wrote: > > > >> Leak introduced in commit 8a4f501..710aec9, v2.4.0. > >> > >> Signed-off-by: Markus Armbruster > > > > Reviewed-by: Luiz Capitulino > > Thanks! > > > I think this can go through your tree? > > Yes, along with the json-streamer work. Do you need my review for that one? It's been ages that I don't look at that code, I'm not sure it's going to be that worthwhile.