summaryrefslogtreecommitdiff
path: root/node-startup-controller/la-handler-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'node-startup-controller/la-handler-service.c')
-rw-r--r--node-startup-controller/la-handler-service.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/node-startup-controller/la-handler-service.c b/node-startup-controller/la-handler-service.c
index 56ba84b..3797644 100644
--- a/node-startup-controller/la-handler-service.c
+++ b/node-startup-controller/la-handler-service.c
@@ -100,7 +100,6 @@ struct _LAHandlerService
const gchar *prefix;
guint index;
- guint bus_name_id;
/* connection to the NSM consumer interface */
NSMConsumer *nsm_consumer;
@@ -212,9 +211,6 @@ la_handler_service_finalize (GObject *object)
/* release the interface skeleton */
g_dbus_interface_skeleton_unexport (G_DBUS_INTERFACE_SKELETON (service->interface));
- /* release the bus name */
- g_bus_unown_name (service->bus_name_id);
-
/* release the NSM consumer service object, if there is one */
if (service->nsm_consumer != NULL)
g_object_unref (service->nsm_consumer);