]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: commandtest: use g_autoptr for virCommand
authorJán Tomko <jtomko@redhat.com>
Tue, 28 Jul 2020 00:37:13 +0000 (02:37 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 3 Aug 2020 05:23:45 +0000 (07:23 +0200)
commite2929598db9ae5a57ac257389a4312fa4217f5cb
tree931345e776a13fcd65cea0f3a7db01ade577dd5c
parent363dd1b5e5a98110d4b55e99e6d8bc80d9222dad
tests: commandtest: use g_autoptr for virCommand

Except for a few cases where freeing it explicitly
seems to be done on purpose.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
tests/commandtest.c