mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35: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;
|
||||
cleanup:
|
||||
virObjectUnref(qemuCaps);
|
||||
virObjectUnref(cfg);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user