From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- android/hidhost.c | 1 + 1 file changed, 1 insertion(+) diff --git a/android/hidhost.c b/android/hidhost.c index 910014f..ff3eae0 100644 --- a/android/hidhost.c +++ b/android/hidhost.c @@ -1136,6 +1136,7 @@ static void connect_cb(GIOChannel *chan, GError *err, gpointer user_data) if (err) { error("%s", gerr->message); g_io_channel_shutdown(chan, TRUE, NULL); + g_error_free(gerr); return; } -- 1.7.10.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