mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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_path);
|
||||||
VIR_FREE(vhostuser_mode);
|
VIR_FREE(vhostuser_mode);
|
||||||
VIR_FREE(ifname);
|
VIR_FREE(ifname);
|
||||||
|
VIR_FREE(ifname_guest);
|
||||||
|
VIR_FREE(ifname_guest_actual);
|
||||||
VIR_FREE(dev);
|
VIR_FREE(dev);
|
||||||
virDomainActualNetDefFree(actual);
|
virDomainActualNetDefFree(actual);
|
||||||
VIR_FREE(script);
|
VIR_FREE(script);
|
||||||
|
Loading…
Reference in New Issue
Block a user