mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 04:40:20 +01:00
supplicant: fix memory leak
Fixes: b83f07916a ('supplicant: large rework of wpa_supplicant handling')
This commit is contained in:
parent
92208ebd1f
commit
e12d32bf56
1 changed files with 1 additions and 0 deletions
|
|
@ -3292,6 +3292,7 @@ dispose (GObject *object)
|
|||
g_clear_object (&priv->supplicant_manager);
|
||||
g_clear_object (&priv->dbus_connection);
|
||||
nm_clear_g_free (&priv->ifname);
|
||||
nm_clear_g_free (&priv->driver);
|
||||
nm_assert (!priv->net_path);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue