mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 06:00:08 +01:00
parent
8469d77e2b
commit
7204472de5
1 changed files with 1 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ finish_cb_data (ConCheckCbData *cb_data, NMConnectivityState new_state)
|
|||
g_object_unref (cb_data->simple);
|
||||
curl_slist_free_all (cb_data->request_headers);
|
||||
g_free (cb_data->response);
|
||||
g_free (cb_data->ifspec);
|
||||
g_source_remove (cb_data->timeout_id);
|
||||
g_slice_free (ConCheckCbData, cb_data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue