dns: fix leak of NMDnsSystemdResolvedPrivate.dirty_interfaces

Fixes: c1e6d4e8a1 ('dns: sd-resolved: reset interface configuration on deactivation')
This commit is contained in:
Thomas Haller 2020-11-27 11:26:34 +01:00
parent 37d6c90be9
commit 3595e5d42e
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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);
}