]> git.proxmox.com Git - mirror_qemu.git/commit - block/cloop.c
block/cloop: Use g_free instead of free
authorDong Xu Wang <wdongxu@linux.vnet.ibm.com>
Wed, 2 Nov 2011 08:36:21 +0000 (16:36 +0800)
committerKevin Wolf <kwolf@redhat.com>
Fri, 4 Nov 2011 13:24:12 +0000 (14:24 +0100)
commit756f51e408febecdaff041f096527b820e857762
tree713bb240c6200a0d255bf77bd6a7f87fe8221b6f
parent5b47b7c3d38e2fe23948313a8a6af227ba6d46a5
block/cloop: Use g_free instead of free

Fix mismatching allocation and deallocation: g_free should be used to pair with
g_malloc.

Reviewed-by: Andreas Färber <afaerber@suse.de>
Reviewed_by: Ray Wang <raywang@linux.vnet.ibm.com>
Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/cloop.c