From c354f30f57ea23dafc012266d8794cd3a4d1b7a2 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 25 Jan 2016 16:16:26 +0100 Subject: [PATCH] bluez: fix invoking parent dispose() function in NMBluezManager Fixes: bf5a6ad4431c50b19ca954071900c4235c0f44a3 (cherry picked from commit 7cc54d5bb90102d8a563b51a50fd0bc81e833769) --- src/devices/bluetooth/nm-bluez-manager.c | 2 ++ 1 file changed, 2 insertions(+) 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