mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 18:50:18 +01:00
dhcp: fix memory leak
Fixes: 58287cbcc0 ('core: rework IP configuration in NetworkManager using layer 3 configuration')
This commit is contained in:
parent
b3192d2d46
commit
9ac143d2d5
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->ipv6_lladdr_timeout_source);
|
||||
nm_clear_pointer(&priv->effective_client_id, g_bytes_unref);
|
||||
|
||||
G_OBJECT_CLASS(nm_dhcp_client_parent_class)->dispose(object);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue