From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vj70n-00029y-VH for qemu-devel@nongnu.org; Wed, 20 Nov 2013 07:36:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vj70h-0007F8-VZ for qemu-devel@nongnu.org; Wed, 20 Nov 2013 07:36:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:2512) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vj70h-0007F2-Ne for qemu-devel@nongnu.org; Wed, 20 Nov 2013 07:35:59 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rAKCZwu0022830 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 20 Nov 2013 07:35:58 -0500 Message-ID: <528CACAC.7010706@redhat.com> Date: Wed, 20 Nov 2013 13:35:56 +0100 From: Laszlo Ersek MIME-Version: 1.0 References: <1384949361-19143-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1384949361-19143-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] qdict_flatten() fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, stefanha@redhat.com On 11/20/13 13:09, Kevin Wolf wrote: > Kevin Wolf (2): > qdict: Fix memory leak in qdict_do_flatten() > qdict: Optimise qdict_do_flatten() > > qobject/qdict.c | 14 ++++++++++---- > 1 file changed, 10 insertions(+), 4 deletions(-) > Had to look at my earlier review to page-in this stuff. The series looks good to me. series Reviewed-by: Laszlo Ersek Thanks! Laszlo