Hi Daniel, On Fri, Feb 19, 2010, Daniel Örstadius wrote: > + if (session->req == AVDTP_ABORT) { > + /* Avoid freeing the Abort request here */ > + debug("handle_unanswered_req: Abort req, returning"); > + session->req->stream = NULL; > + return; > + } Please try to at least do a compile check before you submit patches. This one gives the following error: audio/avdtp.c: In function ‘handle_unanswered_req’: audio/avdtp.c:908: error: comparison between pointer and integer What you probably want is session->req->signal_id == AVDTP_ABORT. Johan -- 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