mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
network: free dhcp6_hostname
Fixes: b90480c80d
("network: introduce SendHostname/Hostname DHCPv6 options")
This commit is contained in:
parent
fd21f0cd37
commit
9968ca32cf
@ -722,6 +722,7 @@ static Network *network_free(Network *network) {
|
||||
|
||||
/* DHCPv6 client */
|
||||
free(network->dhcp6_mudurl);
|
||||
free(network->dhcp6_hostname);
|
||||
strv_free(network->dhcp6_user_class);
|
||||
strv_free(network->dhcp6_vendor_class);
|
||||
set_free(network->dhcp6_request_options);
|
||||
|
Loading…
Reference in New Issue
Block a user