mirror of
https://github.com/systemd/systemd.git
synced 2025-08-02 04:22:27 +03:00
networkd: link - plug leak
This commit is contained in:
@ -259,6 +259,7 @@ static void link_free(Link *link) {
|
||||
address_free(address);
|
||||
}
|
||||
|
||||
sd_dhcp_server_unref(link->dhcp_server);
|
||||
sd_dhcp_client_unref(link->dhcp_client);
|
||||
sd_dhcp_lease_unref(link->dhcp_lease);
|
||||
|
||||
|
Reference in New Issue
Block a user