Revision 003fad6e block/qcow2-refcount.c

b/block/qcow2-refcount.c
638 638
    ret = update_refcount(bs, offset, size, -1);
639 639
    if (ret < 0) {
640 640
        fprintf(stderr, "qcow2_free_clusters failed: %s\n", strerror(-ret));
641
        abort();
641
        /* TODO Remember the clusters to free them later and avoid leaking */
642 642
    }
643 643
}
644 644

  

Also available in: Unified diff