qemu: Free priv->machineName

Commit c3bd0019c0 forgot to cleanup after itself.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1325043

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
(cherry picked from commit 16b41728b5)
This commit is contained in:
Martin Kletzander 2016-04-08 15:29:40 +02:00 committed by Cole Robinson
parent 9d06d0f66f
commit a76ae293c3

View File

@ -1123,5 +1123,7 @@ qemuRemoveCgroup(virDomainObjPtr vm)
VIR_DEBUG("Failed to terminate cgroup for %s", vm->def->name);
}
VIR_FREE(priv->machineName);
return virCgroupRemove(priv->cgroup);
}