[libvirt] [PATCH 0/8] Couple of memleak fixes

Michal Privoznik mprivozn at redhat.com
Fri Aug 4 14:22:28 UTC 2017


*** BLURB HERE ***

Michal Privoznik (8):
  virDomainDefFree: Don't leak initenv name and value
  virDomainDefParseXML: Free @tmp
  virNodeDevCapCCWParseXML: Free temporary variables
  qemuDomainObjPrivateFree: Free @machineName
  virVMXParseConfig: Don't leak def->videos
  virTestCompareToFile: Don't access memory we don't own
  qemuhotplugtest: Don't leak @vm
  virdbustest: Don't leak @out_strv1

 src/conf/domain_conf.c      | 6 +++++-
 src/conf/node_device_conf.c | 3 +++
 src/qemu/qemu_domain.c      | 1 +
 src/vmx/vmx.c               | 9 ++++++---
 tests/qemuhotplugtest.c     | 1 +
 tests/testutils.c           | 1 +
 tests/virdbustest.c         | 1 +
 7 files changed, 18 insertions(+), 4 deletions(-)

-- 
2.13.0




More information about the libvir-list mailing list