]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: use g_auto in cpuTestMakeQEMUCaps
authorJán Tomko <jtomko@redhat.com>
Thu, 19 Aug 2021 14:32:35 +0000 (16:32 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 23 Aug 2021 12:43:57 +0000 (14:43 +0200)
commite2b5fc9a8bb1ed88e7cc5beb2f53a5690e648eae
tree0facd46d81652245cbb6936d5f24976a577384be
parent55031c09e6365526c2fbf6efa932acae8692f351
tests: use g_auto in cpuTestMakeQEMUCaps

Refactor to use automatic cleanup and remove the goto's.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/cputest.c