]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
don't check for NULL before calling virHashFree
authorChristophe Fergeau <teuf@gnome.org>
Thu, 17 Feb 2011 21:14:59 +0000 (22:14 +0100)
committerEric Blake <eblake@redhat.com>
Fri, 18 Feb 2011 00:02:32 +0000 (17:02 -0700)
commit7b9a5099535909fc5eb30ae74e952e285f46f6a1
tree05bee38f1ed84619e27f7b55c595d83cd5f85997
parent9905c69e4f9b3e52f015713b5705ef9147a1882d
don't check for NULL before calling virHashFree

virHashFree follows the convention described in HACKING that
XXXFree() functions can be called with a NULL argument.
src/conf/domain_conf.c
src/datatypes.c
src/qemu/qemu_process.c