Revision b35278f7 block/qcow2.c

b/block/qcow2.c
415 415
#ifdef DEBUG_ALLOC
416 416
    {
417 417
        BdrvCheckResult result = {0};
418
        qcow2_check_refcounts(bs, &result);
418
        qcow2_check_refcounts(bs, &result, 0);
419 419
    }
420 420
#endif
421 421
    return ret;

Also available in: Unified diff