mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 00:20:16 +01:00
libnm-core: do not leak the path in connections
This commit is contained in:
parent
6354a0e450
commit
7dfb842873
1 changed files with 1 additions and 0 deletions
|
|
@ -1924,6 +1924,7 @@ nm_connection_private_free (NMConnectionPrivate *priv)
|
|||
|
||||
g_hash_table_foreach_remove (priv->settings, _setting_release, self);
|
||||
g_hash_table_destroy (priv->settings);
|
||||
g_free (priv->path);
|
||||
|
||||
g_slice_free (NMConnectionPrivate, priv);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue