[libvirt] [PATCH 4/4] Remove redundant free in virNetworkDNSHostDefParseXML

Ján Tomko jtomko at redhat.com
Fri Jul 26 10:28:24 UTC 2013


ip has to be NULL at this point.
---
 src/conf/network_conf.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/conf/network_conf.c b/src/conf/network_conf.c
index 2561c35..2040d26 100644
--- a/src/conf/network_conf.c
+++ b/src/conf/network_conf.c
@@ -859,7 +859,6 @@ virNetworkDNSHostDefParseXML(const char *networkName,
         virReportError(VIR_ERR_XML_DETAIL,
                        _("Missing IP address in network '%s' DNS HOST record"),
                        networkName);
-        VIR_FREE(ip);
         goto error;
     }
 
-- 
1.8.1.5




More information about the libvir-list mailing list