]> xenbits.xensource.com Git - libvirt.git/commit
Remove use of variables passed only to 'VIR_FREE'
authorPeter Krempa <pkrempa@redhat.com>
Thu, 11 Jun 2020 08:22:09 +0000 (10:22 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 15 Jun 2020 08:27:37 +0000 (10:27 +0200)
commite0cf04ffd67f66740d75e4aff6451c6b0f3103a4
treefb3c1070d3ade514cd7b092b877a7b3ec3abcba9
parent515e62b32b623325e8c4f7760c5bccaef0972b4a
Remove use of variables passed only to 'VIR_FREE'

Compilers are not very good at detecting this problem. Fixed by manual
inspection of compilation warnings after replacing 'VIR_FREE' with an
empty macro.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com
13 files changed:
src/locking/sanlock_helper.c
src/logging/log_daemon.c
src/nwfilter/nwfilter_ebiptables_driver.c
src/openvz/openvz_driver.c
src/security/security_selinux.c
src/test/test_driver.c
src/util/virstorageencryption.c
src/util/virsysinfo.c
src/vmware/vmware_conf.c
src/vmware/vmware_driver.c
tests/networkxml2firewalltest.c
tests/xmconfigtest.c
tools/virsh-checkpoint.c