There is a possibilty of created channel is being added to queue, but on failure case it does channel free but not removed from queue. --- android/health.c | 1 + 1 file changed, 1 insertion(+) diff --git a/android/health.c b/android/health.c index f4edc3e..f86fd26 100644 --- a/android/health.c +++ b/android/health.c @@ -1978,6 +1978,7 @@ static void bt_health_connect_channel(const void *buf, uint16_t len) return; fail: + queue_remove(channel->dev->channels, channel); free_health_channel(channel); ipc_send_rsp(hal_ipc, HAL_SERVICE_ID_HEALTH, HAL_OP_HEALTH_CONNECT_CHANNEL, HAL_STATUS_FAILED); -- 1.9.1 -- 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