]> Git Repo - qemu.git/commit
block/qcow: Fix use of free() instead of g_free()
authorStefan Weil <[email protected]>
Fri, 7 Oct 2011 05:32:47 +0000 (07:32 +0200)
committerStefan Hajnoczi <[email protected]>
Fri, 14 Oct 2011 13:57:46 +0000 (14:57 +0100)
commitadd8d262035a0c4e3ccad26b4b4a5644f4a66185
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 <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
block/qcow.c
This page took 0.020483 seconds and 4 git commands to generate.