mbed-os/features/FEATURE_LWIP
Kevin Bracey 2d985eb6dd NSAPI/lwIP: Free held netbuf on close
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.
2017-03-24 20:44:53 +00:00
..
TESTS/mbedmicro-net lwip: Increase timeout on tests 2017-03-13 11:12:51 +00:00
lwip-interface NSAPI/lwIP: Free held netbuf on close 2017-03-24 20:44:53 +00:00