mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 07:18:49 +08:00
39639282d1
Remove a redundant net_unlock() call in the early return path of mld_gendog_work(). The network lock is already released at the common exit path, causing a double-unlock. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>