提交 4d134188 编写于 作者: D Daniel P. Berrange

Remove bogus free of static strings

Remove bogus free of statically allocated strings introduced
in 03ca4204

* src/conf/capabilities.c: Don't free static strings for
  default disk driver type/name
上级 f0c8e1cb
......@@ -175,9 +175,6 @@ virCapabilitiesFree(virCapsPtr caps) {
VIR_FREE(caps->host.secModel.doi);
virCPUDefFree(caps->host.cpu);
VIR_FREE(caps->defaultDiskDriverName);
VIR_FREE(caps->defaultDiskDriverType);
VIR_FREE(caps);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册