From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xwmn9-0001n9-Ik for qemu-devel@nongnu.org; Fri, 05 Dec 2014 01:55:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xwmn3-0002Zg-F2 for qemu-devel@nongnu.org; Fri, 05 Dec 2014 01:55:03 -0500 Date: Fri, 5 Dec 2014 14:54:53 +0800 From: Fam Zheng Message-ID: <20141205065453.GB10827@ad.nay.redhat.com> References: <1417701603-26388-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1417701603-26388-1-git-send-email-armbru@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/3] util: Trivial cleanups around g_malloc() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Thu, 12/04 15:00, Markus Armbruster wrote: > Markus Armbruster (3): > util: Drop superfluous conditionals around g_free() > Fuse g_malloc(); memset() into g_new0() > util: Use g_new() & friends where that makes obvious sense > > util/hbitmap.c | 4 ++-- > util/iov.c | 4 ++-- > util/uri.c | 51 +++++++++++++++++++++++---------------------------- > 3 files changed, 27 insertions(+), 32 deletions(-) > > -- > 1.9.3 > > Reviewed-by: Fam Zheng