Fixes d058bbbe to unref socket for both core-lock configs

This commit is contained in:
David Cermak
2022-11-09 17:55:41 +01:00
parent 705dd71d46
commit 46227e21de
+1 -1
View File
@@ -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 */