mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-17 02:00:38 +01:00
supplicant: fix memory leak
Fixes:b83f07916a('supplicant: large rework of wpa_supplicant handling') (cherry picked from commite12d32bf56) (cherry picked from commit5e5f7574b4)
This commit is contained in:
parent
877599c390
commit
de644cd8c6
1 changed files with 1 additions and 0 deletions
|
|
@ -3290,6 +3290,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