mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-25 21:02:22 +00:00
qemu: Unref cfg in qemuDomainDefPostParse
Introduced by commit 15ad2ecf114d. Signed-off-by: Martin Kletzander <mkletzan@redhat.com> (cherry picked from commit d3d4fb4b187e88d470d37867cdaff3f32e01efef)
This commit is contained in:
parent
55a1671362
commit
433aa8c3ed
@ -1464,6 +1464,7 @@ qemuDomainDefPostParse(virDomainDefPtr def,
|
||||
ret = 0;
|
||||
cleanup:
|
||||
virObjectUnref(qemuCaps);
|
||||
virObjectUnref(cfg);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user