From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1e1UWR-0005nc-Eq for mharc-qemu-trivial@gnu.org; Mon, 09 Oct 2017 05:38:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e1UWP-0005lp-EE for qemu-trivial@nongnu.org; Mon, 09 Oct 2017 05:38:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e1UWO-0002cf-Kz for qemu-trivial@nongnu.org; Mon, 09 Oct 2017 05:38:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54418) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e1UWM-0002at-G2; Mon, 09 Oct 2017 05:38:46 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7D27D4E4D4; Mon, 9 Oct 2017 09:38:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 7D27D4E4D4 Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=cohuck@redhat.com Received: from gondolin (dhcp-192-215.str.redhat.com [10.33.192.215]) by smtp.corp.redhat.com (Postfix) with ESMTP id C8F6C67CC0; Mon, 9 Oct 2017 09:38:41 +0000 (UTC) Date: Mon, 9 Oct 2017 11:38:39 +0200 From: Cornelia Huck To: Philippe =?UTF-8?B?TWF0aGlldS1EYXVkw6k=?= Cc: =?UTF-8?B?TWFyYy1BbmRyw6k=?= Lureau , Markus Armbruster , Eric Blake , Laurent Vivier , =?UTF-8?B?TWFyYy1BbmRyw6k=?= Lureau , qemu-devel@nongnu.org, Kevin Wolf , qemu trival Message-ID: <20171009113839.497650b0.cohuck@redhat.com> In-Reply-To: <20171006235023.11952-78-f4bug@amsat.org> References: <20171006235023.11952-1-f4bug@amsat.org> <20171006235023.11952-78-f4bug@amsat.org> Organization: Red Hat GmbH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Mon, 09 Oct 2017 09:38:45 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: Re: [Qemu-trivial] [PATCH 77/88] dump: use g_new() family of functions X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2017 09:38:50 -0000 On Fri, 6 Oct 2017 20:50:12 -0300 Philippe Mathieu-Daud=C3=A9 wrote: > From: Marc-Andr=C3=A9 Lureau >=20 > Signed-off-by: Marc-Andr=C3=A9 Lureau > --- > dump.c | 11 +++++------ > 1 file changed, 5 insertions(+), 6 deletions(-) Acked-by: Cornelia Huck