]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_capabilities.c: del 'cleanup' label in virQEMUCapsLoadHostCPUModelInfo()
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Thu, 18 Nov 2021 20:54:33 +0000 (17:54 -0300)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Fri, 19 Nov 2021 16:32:59 +0000 (13:32 -0300)
commitc7820f15091451f71e960337620e88e81dd3f2e2
treeae09afd91035406d35eb5fee15ee95fe6a56baee
parent0e2b546166e6b02ef2ac9e59ca5c1d237d95a51b
qemu_capabilities.c: del 'cleanup' label in virQEMUCapsLoadHostCPUModelInfo()

Create extra g_autofree strings and use them in an adequate scope to
eliminate the need for VIR_FREE() calls and the 'cleanup' label.

Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
src/qemu/qemu_capabilities.c