mirror of https://gitee.com/openkylin/libvirt.git
Forgot to cleanup ifname_guest* in domain network def parsing
This commit is contained in:
parent
a58e1cb40a
commit
b11a75dcb4
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue