summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-04-24 08:50:33 +0200
committerThomas Haller <thaller@redhat.com>2020-04-24 10:09:50 +0200
commitbdb1d71cfa0ef3feb8c6be2d60f84c963fd5d30b (patch)
tree4abc9ff93b8bd4bd0a0263254930b7a99b9e3f62
parent3e6b6d34db5de71db503e6c8bcfd9e07efe6e0a5 (diff)
downloadNetworkManager-bdb1d71cfa0ef3feb8c6be2d60f84c963fd5d30b.tar.gz
dhcp: fix leaking mud_url in NMSettingConnection
-rw-r--r--libnm-core/nm-setting-connection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm-core/nm-setting-connection.c b/libnm-core/nm-setting-connection.c
index db05caf633..2f64e17739 100644
--- a/libnm-core/nm-setting-connection.c
+++ b/libnm-core/nm-setting-connection.c
@@ -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);