mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 15:00:25 +01:00
wwan: free ppp_iface in NMModem's finalize()
This commit is contained in:
parent
878a3a4125
commit
66585dc1af
1 changed files with 1 additions and 0 deletions
|
|
@ -1665,6 +1665,7 @@ finalize (GObject *object)
|
|||
g_free (priv->driver);
|
||||
g_free (priv->control_port);
|
||||
g_free (priv->data_port);
|
||||
g_free (priv->ppp_iface);
|
||||
g_free (priv->device_id);
|
||||
g_free (priv->sim_id);
|
||||
g_free (priv->sim_operator_id);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue