1
0
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:
Ronan Pigott 2023-10-30 17:24:42 -07:00 committed by Yu Watanabe
parent fd21f0cd37
commit 9968ca32cf

View File

@ -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);