1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

Remove a couple of misplaced VIR_FREE

This commit is contained in:
John Ferlan 2013-02-20 12:43:00 -05:00
parent 0eeedf52e7
commit 2bff35d5bb

View File

@ -920,9 +920,6 @@ qemuStop(void) {
if (virDomainManagedSave(domains[i], flags[i]) < 0)
ret = -1;
VIR_FREE(domains);
VIR_FREE(flags);
cleanup:
for (i = 0 ; i < numDomains ; i++)
virDomainFree(domains[i]);