]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: hotplug: Use automatic freeing for virJSONValue
authorPeter Krempa <pkrempa@redhat.com>
Wed, 1 Dec 2021 08:04:56 +0000 (09:04 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 7 Dec 2021 08:00:39 +0000 (09:00 +0100)
commit85d9a0e58a7a96f204def2d1b59c1942da8e192d
tree11a4cb8c1c81dd0955cc2b1dc2e4f6108752fdc0
parent31e08a365df4158794c45a36eed04621b7e4165e
qemu: hotplug: Use automatic freeing for virJSONValue

There are a few uses which still explicitly free JSON objects, fix them.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_hotplug.c