dhcp: fix leaking mud_url in NMSettingConnection

This commit is contained in:
Thomas Haller
2020-04-24 08:50:33 +02:00
parent 3e6b6d34db
commit bdb1d71cfa

View File

@@ -1643,6 +1643,7 @@ finalize (GObject *object)
g_free (priv->zone); g_free (priv->zone);
g_free (priv->master); g_free (priv->master);
g_free (priv->slave_type); g_free (priv->slave_type);
g_free (priv->mud_url);
g_slist_free_full (priv->permissions, (GDestroyNotify) permission_free); g_slist_free_full (priv->permissions, (GDestroyNotify) permission_free);
g_slist_free_full (priv->secondaries, g_free); g_slist_free_full (priv->secondaries, g_free);