mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 10:00:13 +01:00
libnm: fix leaking checkpoints from NMManager
Fixes:c3efedf54b(cherry picked from commit10600bdb69) (cherry picked from commit4c694e46ea)
This commit is contained in:
parent
be2da47a9d
commit
4a49df33c6
1 changed files with 2 additions and 0 deletions
|
|
@ -1730,6 +1730,8 @@ dispose (GObject *object)
|
|||
priv->all_devices = NULL;
|
||||
}
|
||||
|
||||
nm_clear_pointer (&priv->checkpoints, g_ptr_array_unref);
|
||||
|
||||
free_active_connections (manager);
|
||||
g_clear_object (&priv->primary_connection);
|
||||
g_clear_object (&priv->activating_connection);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue