]> git.ipfire.org Git - thirdparty/qemu.git/commit
Fix cluster freeing in qcow2
authorGleb Natapov <gleb@redhat.com>
Thu, 7 May 2009 08:31:44 +0000 (11:31 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 8 May 2009 20:54:06 +0000 (15:54 -0500)
commit8bc2ad6a6aec73844fb0091f9daf73dc8ee4d61c
tree0d8d7a46576b3823ca0646c4d4df1e3fa1394289
parentf24f1e2a857db4b5bccced87a1e29f11d478b862
Fix cluster freeing in qcow2

Need to drop QCOW_OFLAG_COPIED from a cluster pointer before freeing it.

Add an explanation how thing meant to work.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
block-qcow2.c