mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 19:28:04 +02:00
settings: fix leaking info in update_auth_cb()
This commit is contained in:
parent
7a660ea66f
commit
7d7bc99ff0
1 changed files with 2 additions and 1 deletions
|
|
@ -1652,7 +1652,8 @@ update_auth_cb (NMSettingsConnection *self,
|
||||||
NM_SETTINGS_CONNECTION_COMMIT_REASON_USER_ACTION,
|
NM_SETTINGS_CONNECTION_COMMIT_REASON_USER_ACTION,
|
||||||
con_update_cb,
|
con_update_cb,
|
||||||
info);
|
info);
|
||||||
}
|
} else
|
||||||
|
update_complete (self, info, NULL);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue