[libvirt] [PATCH] domain_conf: Free temporary variable

Michal Privoznik mprivozn at redhat.com
Mon Jul 11 17:02:36 UTC 2011


Caller must free returned value of virXPathString
---
 src/conf/domain_conf.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
index 2315c98..05c9d3e 100644
--- a/src/conf/domain_conf.c
+++ b/src/conf/domain_conf.c
@@ -5732,6 +5732,7 @@ virDomainDefParseBootXML(xmlXPathContextPtr ctxt,
         } else {
             def->os.bios.useserial = VIR_DOMAIN_BIOS_USESERIAL_NO;
         }
+        VIR_FREE(useserial);
     }
 
     *bootCount = deviceBoot;
-- 
1.7.5.rc3




More information about the libvir-list mailing list