From 7cc54d5bb90102d8a563b51a50fd0bc81e833769 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 --- 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 6903356c8..19a76e0ad 100644 --- a/src/devices/bluetooth/nm-bluez-manager.c +++ b/src/devices/bluetooth/nm-bluez-manager.c @@ -397,6 +397,8 @@ dispose (GObject *object) cleanup_checking (self, TRUE); priv->bluez_version = 0; + + G_OBJECT_CLASS (nm_bluez_manager_parent_class)->dispose (object); } static void