From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56522) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULElh-0007Yj-8h for qemu-devel@nongnu.org; Thu, 28 Mar 2013 11:29:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULElc-000287-87 for qemu-devel@nongnu.org; Thu, 28 Mar 2013 11:29:33 -0400 Date: Thu, 28 Mar 2013 16:29:16 +0100 From: Stefan Hajnoczi Message-ID: <20130328152916.GA31205@stefanha-thinkpad.redhat.com> References: <1364483920.28637.3.camel@d941e-10> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1364483920.28637.3.camel@d941e-10> Subject: Re: [Qemu-devel] [PATCH v3] Fix some memory leaks in test-visitor-serialization List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Berger Cc: qemu-trivial@nongnu.org, "qemu-devel@nongnu.org" On Thu, Mar 28, 2013 at 11:18:40AM -0400, Stefan Berger wrote: > This patch fixes some of the memory leaks in test-visitor-serialization but not all of them. > > Signed-off-by: Stefan Berger > > --- > v2->v3: repost > > v1->v2: call qobject_decref(obj) earlier > > --- > tests/test-visitor-serialization.c | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-) Thanks, applied to the trivial patches -next tree: https://github.com/stefanha/qemu/commits/trivial-patches-next Stefan