mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 13:38:43 +02:00
vlan: fix missing chain up to parent dispose
Otherwise the parent classes (like NMDevice) don't clean up correctly.
This commit is contained in:
parent
6ba93343e6
commit
55542ffb3e
1 changed files with 2 additions and 0 deletions
|
|
@ -741,6 +741,8 @@ dispose (GObject *object)
|
||||||
|
|
||||||
g_signal_handler_disconnect (priv->parent, priv->parent_state_id);
|
g_signal_handler_disconnect (priv->parent, priv->parent_state_id);
|
||||||
g_object_unref (priv->parent);
|
g_object_unref (priv->parent);
|
||||||
|
|
||||||
|
G_OBJECT_CLASS (nm_device_vlan_parent_class)->dispose (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue