]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: glib-ify vircaps2xmltest
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 28 May 2021 13:59:35 +0000 (15:59 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 15 Jun 2021 08:41:22 +0000 (10:41 +0200)
commit5899bfd7956bba098a9b23b0a4645a4b0ae52606
tree4e32dd6bf57f0a2ed52df10831195b7180b14041
parent3dab81cb21fd14d5548c11c2435e6af5aaeb2018
tests: glib-ify vircaps2xmltest

Ideally, turning pointers into g_auto* would be done in one step
and dropping cleanup label and unused @ret variable in second
step, but since this is a test we don't care that much, do we?

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
tests/vircaps2xmltest.c