commit | 80fa3341a70151d250be92ae900e3c1580817540 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Jun 01 10:50:00 2011 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Jun 08 11:56:40 2011 +0200 |
tree | 890de6480719897bcd67dbd1e9a2c346401a922e | |
parent | 30cdc48cc8c9ad28e1b95460021d0c121b3ed4f4 [diff] |
qcow2: Fix memory leaks in error cases This fixes memory leaks that may be caused by I/O errors during L1 table growth (can happen during save_vm) and in qemu-img check. Signed-off-by: Kevin Wolf <kwolf@redhat.com>