]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
domain_conf: Resolve Coverity RESOURCE_LEAK
authorJohn Ferlan <jferlan@redhat.com>
Fri, 9 Jan 2015 16:02:04 +0000 (11:02 -0500)
committerCédric Bosdonnat <cbosdonnat@suse.com>
Fri, 16 Jan 2015 09:14:03 +0000 (10:14 +0100)
commit57e681e529103c90ed4699cb9ba625bd109d2ef3
tree817a494d79d192363cf46b9b12c8a935e20d6f8a
parent3993c2f91cbaab94ceb65557fd1c54dff01d24cc
domain_conf: Resolve Coverity RESOURCE_LEAK

Commit id 'aa2cc721' added call to virSocketAddrFormat
and did not VIR_FREE() the returned memory.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/conf/domain_conf.c