]> xenbits.xensource.com Git - libvirt.git/commitdiff
Forgot to cleanup ifname_guest* in domain network def parsing
authorCédric Bosdonnat <cbosdonnat@suse.com>
Thu, 24 Jul 2014 11:51:02 +0000 (13:51 +0200)
committerCédric Bosdonnat <cbosdonnat@suse.com>
Mon, 5 Jan 2015 19:24:03 +0000 (20:24 +0100)
src/conf/domain_conf.c

index aafc05e50602727f888d1b8bf35d50967fd26ba6..914faf9c00bfeb2eb4db161051c864f3069887dd 100644 (file)
@@ -7903,6 +7903,8 @@ virDomainNetDefParseXML(virDomainXMLOptionPtr xmlopt,
     VIR_FREE(vhostuser_path);
     VIR_FREE(vhostuser_mode);
     VIR_FREE(ifname);
+    VIR_FREE(ifname_guest);
+    VIR_FREE(ifname_guest_actual);
     VIR_FREE(dev);
     virDomainActualNetDefFree(actual);
     VIR_FREE(script);