mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 04:10:14 +01:00
core: fix memory leak in nm-agent-manager
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
35b19dcfc3
commit
1c93b24829
1 changed files with 1 additions and 1 deletions
|
|
@ -1570,7 +1570,7 @@ dispose (GObject *object)
|
|||
|
||||
nm_auth_changed_func_unregister (authority_changed_cb, NM_AGENT_MANAGER (object));
|
||||
|
||||
g_slist_foreach (priv->chains, (GFunc) nm_auth_chain_unref, NULL);
|
||||
g_slist_free_full (priv->chains, (GDestroyNotify) nm_auth_chain_unref);
|
||||
|
||||
g_hash_table_destroy (priv->agents);
|
||||
g_hash_table_destroy (priv->requests);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue