libnm: fix memleak in NMDeviceVxlan

This commit is contained in:
Thomas Haller 2016-10-12 19:44:32 +02:00
parent 16a6991b90
commit 7eb054d099

View file

@ -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);
}