Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07922bb1 authored by Samuel Ortiz's avatar Samuel Ortiz
Browse files

NFC: Destroy LLCP timout workqueue when releasing the link

parent 5e50ee3a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -111,6 +111,7 @@ static void local_release(struct kref *ref)
	skb_queue_purge(&local->tx_queue);
	destroy_workqueue(local->tx_wq);
	destroy_workqueue(local->rx_wq);
	destroy_workqueue(local->timeout_wq);
	kfree_skb(local->rx_pending);
	kfree(local);
}