mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
Forgot to cleanup ifname_guest* in domain network def parsing
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user