mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-06 22:10:25 +01:00
libnm: fix memleak in NMDeviceVxlan
This commit is contained in:
parent
16a6991b90
commit
7eb054d099
1 changed files with 2 additions and 0 deletions
|
|
@ -458,6 +458,8 @@ finalize (GObject *object)
|
|||
|
||||
g_free (priv->hw_address);
|
||||
g_clear_object (&priv->parent);
|
||||
g_free (priv->group);
|
||||
g_free (priv->local);
|
||||
|
||||
G_OBJECT_CLASS (nm_device_vxlan_parent_class)->finalize (object);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue