summaryrefslogtreecommitdiff
path: root/libnm/nm-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-device.c')
-rw-r--r--libnm/nm-device.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm/nm-device.c b/libnm/nm-device.c
index e55549df48..26d83011cd 100644
--- a/libnm/nm-device.c
+++ b/libnm/nm-device.c
@@ -296,6 +296,8 @@ dispose (GObject *object)
g_clear_pointer (&priv->available_connections, g_ptr_array_unref);
g_clear_pointer (&priv->lldp_neighbors, g_ptr_array_unref);
+ g_clear_object (&priv->proxy);
+
G_OBJECT_CLASS (nm_device_parent_class)->dispose (object);
}