mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-22 16:10:08 +01:00
bluez: fix invoking parent dispose() function in NMBluezManager
Fixes: bf5a6ad443
This commit is contained in:
parent
858e4bca45
commit
7cc54d5bb9
1 changed files with 2 additions and 0 deletions
|
|
@ -397,6 +397,8 @@ dispose (GObject *object)
|
||||||
cleanup_checking (self, TRUE);
|
cleanup_checking (self, TRUE);
|
||||||
|
|
||||||
priv->bluez_version = 0;
|
priv->bluez_version = 0;
|
||||||
|
|
||||||
|
G_OBJECT_CLASS (nm_bluez_manager_parent_class)->dispose (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue