This patch fixes an invalid read for incoming connections when the remote initiates the link disconnection. --- src/attrib-server.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/attrib-server.c b/src/attrib-server.c index 5137bdc..6268fe4 100644 --- a/src/attrib-server.c +++ b/src/attrib-server.c @@ -1124,7 +1124,6 @@ static void connect_event(GIOChannel *io, GError *gerr, void *user_data) attrib = g_attrib_new(io); attrib_channel_attach(attrib); - g_io_channel_unref(io); g_attrib_unref(attrib); } -- 1.7.8.4 -- 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