mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 10:30:22 +01:00
libnm-util: fix a leak in NMSettingIP6Config
This commit is contained in:
parent
b7e1a39521
commit
83c5a69126
1 changed files with 1 additions and 2 deletions
|
|
@ -770,8 +770,7 @@ finalize (GObject *object)
|
|||
g_free (priv->method);
|
||||
g_free (priv->dhcp_hostname);
|
||||
|
||||
g_slist_free (priv->dns);
|
||||
|
||||
g_slist_free_full (priv->dns, g_free);
|
||||
g_slist_free_full (priv->dns_search, g_free);
|
||||
g_slist_free_full (priv->addresses, g_free);
|
||||
g_slist_free_full (priv->routes, g_free);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue