]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virStoragePoolSourceListNewSource: avoid unconditional leak
authorJim Meyering <meyering@redhat.com>
Tue, 2 Feb 2010 18:59:14 +0000 (19:59 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 3 Feb 2010 14:46:59 +0000 (15:46 +0100)
commit71c865f4d2826fa4907a104cfe4ff4b19cad44bf
tree08fa5e2e395ac748849d46f6e055e73b336be544
parent361e46d6d00e6d246ffd27d3e55edf08e8b8c3f4
virStoragePoolSourceListNewSource: avoid unconditional leak

* src/conf/storage_conf.c (virStoragePoolSourceListNewSource):
Remove an unused (and leaked) allocation.
src/conf/storage_conf.c