migration: do cleanup operation after completion
[kvmfornfv.git] / qemu / migration / block.c
index ed865ed..85496fd 100644 (file)
@@ -750,7 +750,6 @@ static int block_save_complete(QEMUFile *f, void *opaque)
 
     qemu_put_be64(f, BLK_MIG_FLAG_EOS);
 
-    blk_mig_cleanup();
     return 0;
 }