mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-28 10:00:38 +02:00
supplicant: fix memory leak
Fixes:b83f07916a('supplicant: large rework of wpa_supplicant handling') (cherry picked from commite12d32bf56)
This commit is contained in:
parent
85535ba8ae
commit
5e5f7574b4
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