commit | add8d262035a0c4e3ccad26b4b4a5644f4a66185 | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Fri Oct 07 07:32:47 2011 +0200 |
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Fri Oct 14 14:57:46 2011 +0100 |
tree | 0f99b5aa2c2977e5e2a5083b76a318be50b52691 | |
parent | 7acae208ca355b4e573b1d1d257276bfdcbc0238 [diff] |
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>