mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-08 18:30:32 +01:00
dhcp/systemd: fix unrefing lease after API change of sd_dhcp_client_get_lease()
sd_dhcp_client_get_lease() no longer refs the lease as ofe6b18ffaeaFixes:c05557971c
This commit is contained in:
parent
597efc7687
commit
ed5577f762
1 changed files with 0 additions and 1 deletions
|
|
@ -474,7 +474,6 @@ bound4_handle (NMDhcpSystemd *self)
|
|||
g_clear_error (&error);
|
||||
}
|
||||
|
||||
sd_dhcp_lease_unref (lease);
|
||||
g_hash_table_destroy (options);
|
||||
g_clear_object (&ip4_config);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue