mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 11:19:16 +02:00
dhcp: fix memory leak
Fixes:58287cbcc0('core: rework IP configuration in NetworkManager using layer 3 configuration') (cherry picked from commit9ac143d2d5)
This commit is contained in:
parent
3abfdbab33
commit
2b9d44fa66
1 changed files with 1 additions and 0 deletions
|
|
@ -1209,6 +1209,7 @@ dispose(GObject *object)
|
||||||
|
|
||||||
nm_clear_g_source_inst(&priv->no_lease_timeout_source);
|
nm_clear_g_source_inst(&priv->no_lease_timeout_source);
|
||||||
nm_clear_g_source_inst(&priv->ipv6_lladdr_timeout_source);
|
nm_clear_g_source_inst(&priv->ipv6_lladdr_timeout_source);
|
||||||
|
nm_clear_pointer(&priv->effective_client_id, g_bytes_unref);
|
||||||
|
|
||||||
G_OBJECT_CLASS(nm_dhcp_client_parent_class)->dispose(object);
|
G_OBJECT_CLASS(nm_dhcp_client_parent_class)->dispose(object);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue