serv_adapter is allocated with g_try_new0 so there is no need to explicite initialize its pending_list to NULL. --- plugins/service.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/service.c b/plugins/service.c index d70c515..af24839 100644 --- a/plugins/service.c +++ b/plugins/service.c @@ -509,8 +509,6 @@ static int register_interface(const char *path, struct btd_adapter *adapter) if (serv_adapter == NULL) return -ENOMEM; - serv_adapter->pending_list = NULL; - if (g_dbus_register_interface(btd_get_dbus_connection(), path, SERVICE_INTERFACE, service_methods, NULL, NULL, serv_adapter, -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html