]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Don't leak hostcpu or hostnuma on driver cleanup
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 17 Dec 2019 18:34:41 +0000 (19:34 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 18 Dec 2019 13:28:48 +0000 (14:28 +0100)
commit39a7dff72698625b359a231a3b3c276ea4542856
tree6e71f7c88b18c7c2af78d5a8b71b492dd149e996
parent7cf76d4e3ab04e1ba6df9f113831b18d287d9e07
qemu: Don't leak hostcpu or hostnuma on driver cleanup

When freeing qemu driver struct members, we forgot to free
@hostcpu and @hostnuma members.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
src/qemu/qemu_driver.c