mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 09:53:10 +00:00
e8ff93b4e6
* build-aux/useless-if-before-free: Rename from ... * build-aux/find-unnecessary-if-before-free: ... this. Remove file. Also changed it so that new names are no longer hard-coded in the script. Instead, they're supplied via options: * Makefile.cfg (useless_free_options): Define. Add xmlXPathFreeObject to the list of free-like functions it detects. * Makefile.maint (sc_avoid_if_before_free): Reflect script renaming. * .x-sc_avoid_if_before_free: Likewise. * src/openvz_conf.c (openvzParseXML): Remove useless "if"-before-free. * src/qemu_conf.c (qemudParseXML, qemudParseNetworkXML): Likewise. * src/virsh.c (cmdVNCDisplay, cmdTTYConsole, cmdDetachInterface): (cmdDetachDisk): Likewise. * src/xm_internal.c (xenXMConfigSetIntFromXPath): Likewise. (xenXMConfigSetStringFromXPath, xenXMParseXMLToConfig): Likewise. (xenXMDomainAttachDevice, xenXMAttachDisk, xenXMAttachInterface): (xenXMDomainDetachDevice): Likewise. * src/xml.c (virXPathString): Likewise. * tests/xmlrpctest.c (checkRequestValue): Likewise. |
||
---|---|---|
.. | ||
confdata | ||
nodeinfodata | ||
qemuxml2argvdata | ||
sexpr2xmldata | ||
virshdata | ||
xencapsdata | ||
xmconfigdata | ||
xml2sexprdata | ||
.cvsignore | ||
conftest.c | ||
daemon-conf | ||
int-overflow | ||
Makefile.am | ||
nodeinfotest.c | ||
qemuxml2argvtest.c | ||
qemuxml2xmltest.c | ||
reconnect.c | ||
sexpr2xmltest.c | ||
statstest.c | ||
test_conf.sh | ||
test_xmlrpc.sh | ||
testutils.c | ||
testutils.h | ||
virshtest.c | ||
xencapstest.c | ||
xmconfigtest.c | ||
xml2sexprtest.c | ||
xmlrpcserver.py | ||
xmlrpctest.c |