提交 d3d4fb4b 编写于 作者: M Martin Kletzander

qemu: Unref cfg in qemuDomainDefPostParse

Introduced by commit 15ad2ecf.
Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
上级 67f2b727
......@@ -1722,6 +1722,7 @@ qemuDomainDefPostParse(virDomainDefPtr def,
ret = 0;
cleanup:
virObjectUnref(qemuCaps);
virObjectUnref(cfg);
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册