mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 04:10:14 +01: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,
|
||||
con_update_cb,
|
||||
info);
|
||||
}
|
||||
} else
|
||||
update_complete (self, info, NULL);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue