Re: [Qemu-devel] [PATCH] cloop.c: use gfree,instead of free

2011-10-16 Thread Ray Wang
On 10/17/2011 02:11 PM, Dong Xu Wang wrote: Use gfree, to pair with g_malloc. Also fix coding style. Should it be g_free, instead of gfree. Signed-off-by: Dong Xu Wang --- block/cloop.c | 114 +++-- 1 files changed, 62 insertions(+), 52

[Qemu-devel] [PATCH] cloop.c: use gfree,instead of free

2011-10-16 Thread Dong Xu Wang
Use gfree, to pair with g_malloc. Also fix coding style. Signed-off-by: Dong Xu Wang --- block/cloop.c | 114 +++-- 1 files changed, 62 insertions(+), 52 deletions(-) diff --git a/block/cloop.c b/block/cloop.c index 8cff9f2..708093e 100644 --