> + /* Then we save the VMs to disk */ > + for (i = 0 ; i < numDomains ; i++) > + if (virDomainManagedSave(domains[i], flags[i]) < 0) > + ret = -1; Ok, so if any save fails we will report an error. > + VIR_FREE(domains); > + VIR_FREE(flags); > + > + ret = 0; Eh, I guess not? I think we should though. -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list