net/tcp/tcp_monitor.c: Fix net unlock issue when tcp close. This bug could leave the net locked.
This commit is contained in:
parent
49548da297
commit
da1a323f34
@ -395,6 +395,8 @@ void tcp_close_monitor(FAR struct socket *psock)
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
net_unlock();
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user