Revision c5baaa48 block/qcow2-refcount.c

b/block/qcow2-refcount.c
182 182
    qcow2_free_clusters(bs, old_table_offset, old_table_size * sizeof(uint64_t));
183 183
    return 0;
184 184
 fail:
185
    qcow2_free_clusters(bs, table_offset, new_table_size2);
186 185
    qemu_free(new_table);
187 186
    return -EIO;
188 187
}

Also available in: Unified diff