]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
openvz: Resolve Coverity RESOURCE_LEAK
authorJohn Ferlan <jferlan@redhat.com>
Fri, 9 Jan 2015 12:38:17 +0000 (07:38 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 12 Jan 2015 13:59:54 +0000 (08:59 -0500)
commit21160a7ac9140c431463aceb2b24f5506361472a
tree0a7c4c5f74d4d2990ca8bb4fe98f6299651dd8b0
parent0e502466acb84aa05dead1cbe23e6debf58f4ff1
openvz: Resolve Coverity RESOURCE_LEAK

Commit id 'a4e86390' modified the command line to allow --ipadd multiple
times, which caused Coverity to notice a latent memory leak with the
'ipAddr' string not being VIR_FREE()'d

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