mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-25 04:50:37 +01:00
libnm-core: fix memory leak in nm-setting-ip-tunnel.c
Fixes: ae8c7a8967
This commit is contained in:
parent
43ddfa398e
commit
551c5de120
1 changed files with 1 additions and 0 deletions
|
|
@ -544,6 +544,7 @@ finalize (GObject *object)
|
|||
NMSettingIPTunnel *setting = NM_SETTING_IP_TUNNEL (object);
|
||||
NMSettingIPTunnelPrivate *priv = NM_SETTING_IP_TUNNEL_GET_PRIVATE (setting);
|
||||
|
||||
g_free (priv->parent);
|
||||
g_free (priv->local);
|
||||
g_free (priv->remote);
|
||||
g_free (priv->input_key);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue