The struct controller_info "pending_uuids" field was removed on commit 1dd77eda25aae5ed963683dfc125d3ef01187eba. --- src/mgmt.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/mgmt.c b/src/mgmt.c index c280fe3..b5ce955 100644 --- a/src/mgmt.c +++ b/src/mgmt.c @@ -1633,15 +1633,6 @@ fail: void mgmt_cleanup(void) { - int index; - - for (index = 0; index <= max_index; index++) { - struct controller_info *info = &controllers[index]; - - if (!info->valid) - continue; - } - g_free(controllers); controllers = NULL; max_index = -1; -- 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