mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
5374af077b
When tun_txavail_work is running, switch to tun_close thread and priv->lock will be destroyed, then switch back to tun_txavail_work thread, an error will occur when nxmutex_unlock(&priv->lock) Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>