mirror of https://gitee.com/openkylin/libvirt.git
qemu: Unref cfg in qemuDomainDefPostParse
Introduced by commit 15ad2ecf11
.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
67f2b72723
commit
d3d4fb4b18
|
@ -1722,6 +1722,7 @@ qemuDomainDefPostParse(virDomainDefPtr def,
|
|||
ret = 0;
|
||||
cleanup:
|
||||
virObjectUnref(qemuCaps);
|
||||
virObjectUnref(cfg);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue