mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-01 10:18:00 +02:00
core: fix wrong assertion when disposing NMAuthManager
The list should be empty on disposal.
Fixes: 2ea2df3184
This commit is contained in:
parent
9326902cf1
commit
cbeabaa000
1 changed files with 1 additions and 1 deletions
|
|
@ -672,7 +672,7 @@ dispose (GObject *object)
|
|||
|
||||
_LOGD ("dispose");
|
||||
|
||||
nm_assert (!c_list_is_empty (&priv->calls_lst_head));
|
||||
nm_assert (c_list_is_empty (&priv->calls_lst_head));
|
||||
|
||||
priv->disposing = TRUE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue