Revision e2731add block-qcow.c

b/block-qcow.c
521 521
    return 0;
522 522
}
523 523

  
524
static int qcow_close(BlockDriverState *bs)
524
static void qcow_close(BlockDriverState *bs)
525 525
{
526 526
    BDRVQcowState *s = bs->opaque;
527 527
    qemu_free(s->l1_table);

Also available in: Unified diff