libvirt/python
Jim Meyering acff2d11ac Given code like if (foo) free (foo); remove the useless "if (foo) " part.
Likewise, given if (foo != NULL) free (foo); remove the useless "if" test.

* proxy/libvirt_proxy.c: Remove unnecessary "if" test before free.
* python/generator.py: Likewise.
* qemud/qemud.c: Likewise.
* src/buf.c: Likewise.
* src/conf.c: Likewise.
* src/hash.c: Likewise.
* src/iptables.c: Likewise.
* src/libvirt.c: Likewise.
* src/openvz_conf.c: Likewise.
* src/qemu_conf.c: Likewise.
* src/qemu_driver.c: Likewise.
* src/remote_internal.c: Likewise.
* src/test.c: Likewise.
* src/virsh.c: Likewise.
* src/virterror.c: Likewise.
* src/xen_internal.c: Likewise.
* src/xen_unified.c: Likewise.
* src/xend_internal.c: Likewise.
* src/xm_internal.c: Likewise.
* src/xml.c: Likewise.
* src/xmlrpc.c: Likewise.
* src/xs_internal.c: Likewise.
* tests/testutils.c: Likewise.
* tests/xencapstest.c: Likewise.
* tests/xmconfigtest.c: Likewise.
2008-01-29 17:41:07 +00:00
..
tests Make "make distcheck" work. 2007-11-15 13:04:28 +00:00
.cvsignore Fixed up numerous compiler warnings 2007-03-06 21:55:44 +00:00
generator.py Given code like if (foo) free (foo); remove the useless "if (foo) " part. 2008-01-29 17:41:07 +00:00
libvir.c Make python generator fail build on any missing APIs 2008-01-21 15:55:53 +00:00
libvir.py Add manual impl of virConnectOpenAuth python binding 2007-12-05 19:09:23 +00:00
libvirt_wrap.h Wed Dec 5 13:48:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-12-05 13:56:22 +00:00
libvirt-python-api.xml Add missing vcpu/schedular APIs to python binding 2008-01-21 15:41:15 +00:00
Makefile.am Fri Nov 30 11:04:00 GMT 2007 Richard W.M. Jones <rjones@redhat.com> 2007-11-30 11:10:53 +00:00
TODO * python/*: update of the python bindings, fix names, add 2006-01-31 10:24:12 +00:00
types.c Include "config.h" in remaining non-generated files. 2007-12-07 10:08:06 +00:00