Hi Vinicius, On Tue, Dec 21, 2010, Vinicius Costa Gomes wrote: > --- > src/attrib-server.c | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) Pushed upstream, though isn't the following bit kind of unnecessary. I don't see how the code could end up there when le_io isn't NULL: > @@ -803,6 +804,11 @@ failed: > g_io_channel_unref(l2cap_io); > l2cap_io = NULL; > > + if (le_io) { > + g_io_channel_unref(le_io); > + le_io = NULL; > + } > + 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