]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh-completer: use g_free instead of VIR_FREE
authorJán Tomko <jtomko@redhat.com>
Mon, 14 Sep 2020 14:10:15 +0000 (16:10 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 15 Sep 2020 11:46:11 +0000 (13:46 +0200)
commitacdac34c4557727e8c225ca39b860c0305c36c9c
treea4b60f885d019014b520e5fe629f225870b78802
parenta698dfae9b431c0437b38d7fa377192d889f4bd2
virsh-completer: use g_free instead of VIR_FREE

All of them are in the cleanup section right before the variables
they free go out of scope.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tools/virsh-completer-checkpoint.c
tools/virsh-completer-domain.c
tools/virsh-completer-interface.c
tools/virsh-completer-network.c
tools/virsh-completer-nodedev.c
tools/virsh-completer-nwfilter.c
tools/virsh-completer-pool.c
tools/virsh-completer-secret.c
tools/virsh-completer-snapshot.c
tools/virsh-completer-volume.c