提交 a76ae293 编写于 作者: M Martin Kletzander 提交者: Cole Robinson

qemu: Free priv->machineName

Commit c3bd0019 forgot to cleanup after itself.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1325043Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
(cherry picked from commit 16b41728)
上级 9d06d0f6
...@@ -1123,5 +1123,7 @@ qemuRemoveCgroup(virDomainObjPtr vm) ...@@ -1123,5 +1123,7 @@ qemuRemoveCgroup(virDomainObjPtr vm)
VIR_DEBUG("Failed to terminate cgroup for %s", vm->def->name); VIR_DEBUG("Failed to terminate cgroup for %s", vm->def->name);
} }
VIR_FREE(priv->machineName);
return virCgroupRemove(priv->cgroup); return virCgroupRemove(priv->cgroup);
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册