]> xenbits.xensource.com Git - libvirt.git/commit
virNetworkObjListFree: Accept NULL
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 23 Feb 2015 15:19:54 +0000 (16:19 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 4 Mar 2015 09:09:10 +0000 (10:09 +0100)
commit5b86f9aa1c2f066f9ec56dd482fcbf74bfd273e1
tree804312e9a995a61939abf3bc262649f5a2ca5aca
parent9432ac70b2327e079aba57b5d1700a97d07527e7
virNetworkObjListFree: Accept NULL

All of our vir*Free() functions should accept NULL, even though
that there's no way of actually passing NULL with current code.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/network_conf.c