From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> This fixes possible crash in case connect fails. --- android/pan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/android/pan.c b/android/pan.c index 87fa4e8..7e9b3c3 100644 --- a/android/pan.c +++ b/android/pan.c @@ -172,6 +172,7 @@ static void connect_cb(GIOChannel *chan, GError *err, gpointer data) error("%s", err->message); bt_pan_notify_conn_state(dev, HAL_PAN_STATE_DISCONNECTED); pan_device_free(dev); + return; } src = (local_role == HAL_PAN_ROLE_NAP) ? BNEP_SVC_NAP : BNEP_SVC_PANU; -- 1.8.3.2 -- 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