]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu_ppc64.c: modernize ppc64VendorParse()
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Wed, 2 Sep 2020 20:25:37 +0000 (17:25 -0300)
committerJán Tomko <jtomko@redhat.com>
Tue, 8 Sep 2020 16:13:15 +0000 (18:13 +0200)
commita79ba15546de1c44a67ec320556d19eafbbfce2d
tree2c6bd32b63f3b2c724e40f0dd3e3cbc5b841d354
parent339525a68d281654622abbac4ab1d26b0415236d
cpu_ppc64.c: modernize ppc64VendorParse()

Use g_autoptr() in virCPUppc64VendorPtr and remove the now
uneeded 'cleanup' label.

Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/cpu/cpu_ppc64.c