]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cleanup: remove useless if-before-VIR_FREE
authorJim Meyering <meyering@redhat.com>
Tue, 3 Feb 2009 13:08:07 +0000 (13:08 +0000)
committerJim Meyering <meyering@redhat.com>
Tue, 3 Feb 2009 13:08:07 +0000 (13:08 +0000)
commitc18ccff44688a03fbfafa069ed1860935992dc61
treec74725560b4815c626a61fa8e7c53a4f5732d7dd
parentd26c3387dff0198904754fc0cedfa069740262d7
cleanup: remove useless if-before-VIR_FREE

* Makefile.cfg (useless_free_options): Also check for VIR_FREE.
* src/iptables.c (iptRulesFree): Remove useless if-before-VIR_FREE.
* src/remote_internal.c (remoteAuthSASL): Likewise.
* src/test.c (testOpenFromFile): Likewise.
ChangeLog
Makefile.cfg
src/iptables.c
src/remote_internal.c
src/test.c