mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 15:30:25 +08:00
faa4d7ff8d
Move conn_unlock() call outside the if block in psock_udp_sendto() to ensure the connection lock is always released before returning, preventing a potential deadlock when the condition is not met. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>