提交 b7693392 编写于 作者: S Stefan Berger 提交者: Daniel Veillard

Free the macvtap mode string

* src/conf/domain_conf.c: forgot to free the attribute value in
  virDomainNetDefParseXML()
上级 74e3b557
......@@ -1974,6 +1974,7 @@ cleanup:
VIR_FREE(type);
VIR_FREE(internal);
VIR_FREE(devaddr);
VIR_FREE(mode);
return def;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册