]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: Resolve Coverity RESOURCE_LEAK
authorJohn Ferlan <jferlan@redhat.com>
Fri, 1 May 2015 11:25:39 +0000 (07:25 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 6 May 2015 00:02:36 +0000 (20:02 -0400)
commit11b91679549764702acdd19411b3784a8891108a
tree2f368e403dc3557160df22ab77099e7f67841ed1
parentc0d3f608d6981c69f03d19252308a09545d1ab84
libxl: Resolve Coverity RESOURCE_LEAK

The returned socks from virNetSocketNewListenTCP needs to be VIR_FREE'd
as well as seach of the Close/Unref on all the socks[i] that is
already done
src/libxl/libxl_migration.c