mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 12:50:17 +01:00
ifcfg-rh: fix leaking unmanaged_spec/unhandled_spec in NMIfcfgConnection
This commit is contained in:
parent
1f46ae57c4
commit
d3e776b0e2
1 changed files with 3 additions and 0 deletions
|
|
@ -516,6 +516,9 @@ dispose (GObject *object)
|
|||
|
||||
g_clear_object (&priv->inotify_helper);
|
||||
|
||||
g_clear_pointer (&priv->unmanaged_spec, g_free);
|
||||
g_clear_pointer (&priv->unrecognized_spec, g_free);
|
||||
|
||||
G_OBJECT_CLASS (nm_ifcfg_connection_parent_class)->dispose (object);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue