diff --git a/[refs] b/[refs] index 9b61d9a3637e..99628cc214af 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5f2f40a92e007ec5b503db20f3f70cb331c64f65 +refs/heads/master: 3ab2273175bd59616b6e85c0f88b154e8bd97413 diff --git a/trunk/net/bluetooth/l2cap.c b/trunk/net/bluetooth/l2cap.c index a8811c0a0cea..7c5459c8e8ef 100644 --- a/trunk/net/bluetooth/l2cap.c +++ b/trunk/net/bluetooth/l2cap.c @@ -417,6 +417,8 @@ static void l2cap_conn_del(struct hci_conn *hcon, int err) l2cap_sock_kill(sk); } + del_timer_sync(&conn->info_timer); + hcon->l2cap_data = NULL; kfree(conn); }