mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 14:50:30 +01:00
bluez: fix invoking parent dispose() function in NMBluezManager
Fixes:bf5a6ad443(cherry picked from commit7cc54d5bb9)
This commit is contained in:
parent
5ab7e899aa
commit
c354f30f57
1 changed files with 2 additions and 0 deletions
|
|
@ -395,6 +395,8 @@ dispose (GObject *object)
|
|||
cleanup_checking (self, TRUE);
|
||||
|
||||
priv->bluez_version = 0;
|
||||
|
||||
G_OBJECT_CLASS (nm_bluez_manager_parent_class)->dispose (object);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue