bluez: fix invoking parent dispose() function in NMBluezManager

Fixes: bf5a6ad443
(cherry picked from commit 7cc54d5bb9)
This commit is contained in:
Thomas Haller 2016-01-25 16:16:26 +01:00
parent 5ab7e899aa
commit c354f30f57

View file

@ -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