]> git.ipfire.org Git - thirdparty/libvirt.git/commit
test: Use g_autofree more
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 1 Nov 2021 09:33:49 +0000 (10:33 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 11 Nov 2021 15:16:28 +0000 (16:16 +0100)
commit74da85bcb9b62197bbd0905f416d32964d27e04e
tree67745ba62ecdaebcbf97d3394ea48934222697e0
parentb1182157032676ddfdaf4adb8a28f3751c60219d
test: Use g_autofree more

This commit doesn't aim to extinguish every VIR_FREE() call, but
only those which were touched by the previous commit. The aim is
to drop cleanup/error labels.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Tim Wiederhake <twiederh@redhat.com>
tests/qemuagenttest.c
tests/qemumonitorjsontest.c
tests/qemumonitortestutils.c