mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 21:10:08 +01:00
dhcp: fix leaking mud_url in NMSettingConnection
This commit is contained in:
parent
3e6b6d34db
commit
bdb1d71cfa
1 changed files with 1 additions and 0 deletions
|
|
@ -1643,6 +1643,7 @@ finalize (GObject *object)
|
|||
g_free (priv->zone);
|
||||
g_free (priv->master);
|
||||
g_free (priv->slave_type);
|
||||
g_free (priv->mud_url);
|
||||
g_slist_free_full (priv->permissions, (GDestroyNotify) permission_free);
|
||||
g_slist_free_full (priv->secondaries, g_free);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue