mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-05 04:25:19 +00:00
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;
|
ret = 0;
|
||||||
cleanup:
|
cleanup:
|
||||||
virObjectUnref(qemuCaps);
|
virObjectUnref(qemuCaps);
|
||||||
|
virObjectUnref(cfg);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user