mirror of
https://github.com/espressif/esp-lwip.git
synced 2026-06-05 21:04:45 +00:00
Fixes d058bbbe to unref socket for both core-lock configs
This commit is contained in:
+1
-1
@@ -2675,10 +2675,10 @@ again:
|
||||
last_select_cb_ctr = select_cb_ctr;
|
||||
}
|
||||
SYS_ARCH_UNPROTECT(lev);
|
||||
#endif /* LWIP_TCPIP_CORE_LOCKING */
|
||||
#if ESP_LWIP
|
||||
done_socket(sock);
|
||||
#endif /* ESP_LWIP */
|
||||
#endif
|
||||
}
|
||||
#endif /* LWIP_SOCKET_SELECT || LWIP_SOCKET_POLL */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user