You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I met a Pbuf leak issue.
when i call mbed_lwip_socket_recv(), if the parameter size is smaller than pbuf's payload(or interrupt by someone), i can't get all data in once. but if i close the socket after that immediatly, nobody will release that pbuf.
So should we call netbuf_delete() in mbed_lwip_socket_close to check it?