]> git.proxmox.com Git - mirror_qemu.git/commit - numa.c
numa: do not leak NumaOptions
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 13 Jul 2016 00:39:13 +0000 (02:39 +0200)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Sun, 7 Aug 2016 19:59:59 +0000 (23:59 +0400)
commit157e94e8a2f7d3e14060d833bd1519a83099eaa9
treef728c902fc26899a1fcb2a7a986fe423069e2c91
parent51009170d8fc263cfdcd5a60fe3ba213daa3d15b
numa: do not leak NumaOptions

In all cases, call qapi_free_NumaOptions(), by using a common ending
block.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
numa.c