提交 70a57689 编写于 作者: J Jiri Denemark

conf: Remove redundant free in virCPUDefFree

vendor_id is (and always was) already freed in virCPUDefFreeModel.

This effectively reverts commit fb49ffc3.
Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
上级 0b224cce
......@@ -77,9 +77,6 @@ virCPUDefFree(virCPUDefPtr def)
return;
virCPUDefFreeModel(def);
VIR_FREE(def->vendor_id);
VIR_FREE(def);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册