]> xenbits.xensource.com Git - libvirt.git/commit
virsh-domain.c: modernize virshVcpuinfoInactive()
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Fri, 26 Jun 2020 22:10:40 +0000 (19:10 -0300)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 8 Jul 2020 17:39:31 +0000 (19:39 +0200)
commita3a628f54cf682abe0fe10270dc51b12df1a620f
treecea1e3131c7f08c094090863225e4ea476ce5fea
parentde6a40f01f6c0d3a6447ac8825c5b071b37664a8
virsh-domain.c: modernize virshVcpuinfoInactive()

Use g_auto* in the string and in the bitmap. Remove the
cleanup label since it's now unneeded.

Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tools/virsh-domain.c