mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 06:25:19 +00:00
Free DHCP leases file in networkGetDHCPLeasesHelper
Introduced by commit ba51398
This commit is contained in:
parent
364586d3ed
commit
15b46520e5
@ -3529,6 +3529,7 @@ networkGetDHCPLeasesHelper(virNetworkObjPtr obj,
|
||||
|
||||
cleanup:
|
||||
VIR_FREE(lease);
|
||||
VIR_FREE(lease_entries);
|
||||
VIR_FREE(custom_lease_file);
|
||||
virJSONValueFree(leases_array);
|
||||
return rv;
|
||||
|
Loading…
Reference in New Issue
Block a user