mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-20 04:40:32 +01:00
clients/secret-agent: remove request in finalize loop early
It's ugly to keep the request in the list. Just remove it right away.
This commit is contained in:
parent
4157092a8a
commit
f2973fd72e
1 changed files with 1 additions and 0 deletions
|
|
@ -1142,6 +1142,7 @@ finalize (GObject *object)
|
|||
request->connection,
|
||||
NULL, error,
|
||||
request->callback_data);
|
||||
g_hash_table_iter_remove (&iter);
|
||||
}
|
||||
|
||||
g_hash_table_destroy (priv->requests);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue