Re: [Qemu-devel] [PATCH 0/3] util: Trivial cleanups around g_malloc()

2014-12-04 Thread Fam Zheng
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 ++-- > uti

Re: [Qemu-devel] [PATCH 0/3] util: Trivial cleanups around g_malloc()

2014-12-04 Thread Eric Blake
On 12/04/2014 07:00 AM, 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 Series: Reviewed-by: Eric Blake Up to the maintainer if the

[Qemu-devel] [PATCH 0/3] util: Trivial cleanups around g_malloc()

2014-12-04 Thread Markus Armbruster
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 +++--