mirror of https://github.com/ARMmbed/mbed-os.git
mbed_lwip_socket_recv() takes one netbuf at a time from the netconn API, and it holds a partially-read netbuf if necessary in order to present as a stream for TCP. This held netbuf was not being freed when the socket was closed. |
||
---|---|---|
.. | ||
TESTS/mbedmicro-net | ||
lwip-interface |