From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vj6bD-0001gw-Sa for qemu-devel@nongnu.org; Wed, 20 Nov 2013 07:09:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vj6b7-0007xd-V3 for qemu-devel@nongnu.org; Wed, 20 Nov 2013 07:09:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vj6b7-0007xP-Lj for qemu-devel@nongnu.org; Wed, 20 Nov 2013 07:09:33 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rAKC9W7Z001234 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 20 Nov 2013 07:09:32 -0500 From: Kevin Wolf Date: Wed, 20 Nov 2013 13:09:19 +0100 Message-Id: <1384949361-19143-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] qdict_flatten() fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, lersek@redhat.com, stefanha@redhat.com 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(-) -- 1.8.1.4