[libvirt] [PATCH 0/6] Fix some memory leaks and other issues find by coverity tool

Pavel Hrdina phrdina at redhat.com
Mon Jan 13 16:12:06 UTC 2014


This patch series fixes few memory leaks found by coverity tool
to make that tool happy.

The last patch is adding only one comment to hide "double_close" error as
coverity tool is wrong about this and we don't have to see it in every report.
Check the patch for more information.

Pavel Hrdina (6):
  Fix memory leak in openvz_conf.c
  Fix possible memory leak in phyp_driver.c
  Fix possible memory leak in util/virxml.c
  Fix possible memory leak in virsh-domain-monitor.c
  Fix memory leak in securityselinuxlabeltest.c
  Fix coverity complain in commandtest.c

 src/openvz/openvz_conf.c         | 5 +++--
 src/phyp/phyp_driver.c           | 4 +++-
 src/util/virxml.c                | 2 ++
 tests/commandtest.c              | 1 +
 tests/securityselinuxlabeltest.c | 5 ++++-
 tools/virsh-domain-monitor.c     | 4 ++++
 6 files changed, 17 insertions(+), 4 deletions(-)

-- 
1.8.3.1




More information about the libvir-list mailing list