mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-20 11:48:28 -06:00
Free the macvtap mode string
* src/conf/domain_conf.c: forgot to free the attribute value in virDomainNetDefParseXML()
This commit is contained in:
parent
74e3b5578e
commit
b769339295
@ -1974,6 +1974,7 @@ cleanup:
|
||||
VIR_FREE(type);
|
||||
VIR_FREE(internal);
|
||||
VIR_FREE(devaddr);
|
||||
VIR_FREE(mode);
|
||||
|
||||
return def;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user