mirror of
https://github.com/systemd/systemd.git
synced 2025-05-29 01:05:59 +03:00
network: free dhcp6_hostname
Fixes: b90480c80daa ("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 */
|
/* DHCPv6 client */
|
||||||
free(network->dhcp6_mudurl);
|
free(network->dhcp6_mudurl);
|
||||||
|
free(network->dhcp6_hostname);
|
||||||
strv_free(network->dhcp6_user_class);
|
strv_free(network->dhcp6_user_class);
|
||||||
strv_free(network->dhcp6_vendor_class);
|
strv_free(network->dhcp6_vendor_class);
|
||||||
set_free(network->dhcp6_request_options);
|
set_free(network->dhcp6_request_options);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user