1
0
Fork 0

NFC: Destroy LLCP timout workqueue when releasing the link

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
hifive-unleashed-5.1
Samuel Ortiz 2012-05-31 17:29:15 +02:00
parent 5e50ee3ae6
commit 07922bb1e0
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}