mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 17:00:29 +01:00
cli: clear source when progress callback terminates
This commit is contained in:
parent
3ea5efd008
commit
a2dac38174
1 changed files with 1 additions and 0 deletions
|
|
@ -6358,6 +6358,7 @@ progress_activation_editor_cb (gpointer user_data)
|
|||
return TRUE;
|
||||
|
||||
finish:
|
||||
info->monitor_id = 0;
|
||||
if (device)
|
||||
g_object_unref (device);
|
||||
if (ac)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue