summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clients/cli/connections.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/clients/cli/connections.c b/clients/cli/connections.c
index 11d88bbef..38842cea9 100644
--- a/clients/cli/connections.c
+++ b/clients/cli/connections.c
@@ -6687,6 +6687,10 @@ activate_connection_editor_cb (GObject *client,
} else
g_object_unref (active);
}
+
+ nm_g_object_unref (info->device);
+ g_free (info);
+
set_info_and_signal_editor_thread (error, monitor_ac_info);
g_clear_error (&error);
}