summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-01-25 16:16:26 +0100
committerThomas Haller <thaller@redhat.com>2016-01-27 14:23:32 +0100
commitc354f30f57ea23dafc012266d8794cd3a4d1b7a2 (patch)
treebb7ce511758d52d4d30190d5d3b0604fa19f8f1b
parent5ab7e899aac23e60bc7945d2eb54ec71f9243327 (diff)
downloadNetworkManager-c354f30f57ea23dafc012266d8794cd3a4d1b7a2.tar.gz
bluez: fix invoking parent dispose() function in NMBluezManager
Fixes: bf5a6ad4431c50b19ca954071900c4235c0f44a3 (cherry picked from commit 7cc54d5bb90102d8a563b51a50fd0bc81e833769)
-rw-r--r--src/devices/bluetooth/nm-bluez-manager.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bluetooth/nm-bluez-manager.c b/src/devices/bluetooth/nm-bluez-manager.c
index df4eb46d93..67c95178fb 100644
--- a/src/devices/bluetooth/nm-bluez-manager.c
+++ b/src/devices/bluetooth/nm-bluez-manager.c
@@ -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