]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virNodeDevCapScsiHostParseXML: avoid an unconditional leak
authorJim Meyering <meyering@redhat.com>
Mon, 15 Feb 2010 18:54:45 +0000 (19:54 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 16 Feb 2010 16:49:05 +0000 (17:49 +0100)
commite977f471f14632fef3b3a6a51a0ab4d4ef5660c0
treeb2f0e652504fa25a22ba23976c897beeadba9f15
parent59467601c23fb61843cd64fb7de832375ad91b90
virNodeDevCapScsiHostParseXML: avoid an unconditional leak

* src/conf/node_device_conf.c (virNodeDevCapScsiHostParseXML):
Free the "nodes" buffer allocated by virXPathNodeSet.
src/conf/node_device_conf.c