mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 10:50:11 +01:00
ip6: make sure IPv6 addrconf is cleaned up correctly
This commit is contained in:
parent
34793c1fb1
commit
5750529ff5
1 changed files with 1 additions and 0 deletions
|
|
@ -730,6 +730,7 @@ addrconf6_cleanup (NMDevice *self)
|
|||
priv->ip6_config_changed_sigid = 0;
|
||||
}
|
||||
|
||||
nm_ip6_manager_cancel_addrconf (priv->ip6_manager, nm_device_get_ip_ifindex (self));
|
||||
g_object_unref (priv->ip6_manager);
|
||||
priv->ip6_manager = NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue