block/qcow: Fix use of free() instead of g_free()
commitadd8d262035a0c4e3ccad26b4b4a5644f4a66185
authorStefan Weil <sw@weilnetz.de>
Fri, 7 Oct 2011 05:32:47 +0000 (7 07:32 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Fri, 14 Oct 2011 13:57:46 +0000 (14 14:57 +0100)
tree0f99b5aa2c2977e5e2a5083b76a318be50b52691
parent7acae208ca355b4e573b1d1d257276bfdcbc0238
block/qcow: Fix use of free() instead of g_free()

cppcheck reported this error:

qemu/block/qcow.c:599: error: Mismatching allocation and deallocation: cluster_data

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
block/qcow.c