mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 15:50:26 +01:00
cli: fix memory leak
This commit is contained in:
parent
6130a4561e
commit
2ee2305ed8
1 changed files with 1 additions and 0 deletions
|
|
@ -2947,6 +2947,7 @@ connection_cb_info_finish (ConnectionCbInfo *info, gpointer obj)
|
|||
|
||||
nm_clear_g_source (&info->timeout_id);
|
||||
nm_clear_g_cancellable (&info->cancellable);
|
||||
g_ptr_array_free (info->obj_list, TRUE);
|
||||
|
||||
g_signal_handlers_disconnect_by_func (info->nmc->client, connection_removed_cb, info);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue