mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-16 13:30:19 +01:00
dns: fix leak of NMDnsSystemdResolvedPrivate.dirty_interfaces
Fixes: c1e6d4e8a1 ('dns: sd-resolved: reset interface configuration on deactivation')
This commit is contained in:
parent
37d6c90be9
commit
3595e5d42e
1 changed files with 1 additions and 0 deletions
|
|
@ -577,6 +577,7 @@ dispose (GObject *object)
|
|||
nm_clear_g_cancellable (&priv->cancellable);
|
||||
|
||||
g_clear_object (&priv->dbus_connection);
|
||||
nm_clear_pointer(&priv->dirty_interfaces, g_hash_table_unref);
|
||||
|
||||
G_OBJECT_CLASS (nm_dns_systemd_resolved_parent_class)->dispose (object);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue