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
@frederikvs Could you verify this? Is it a solution to just add pico_socket_close(s); and pico_socket_del(s); to PICO_SOCK_EV_RD? Or do we need to close the socket in the other events also?
picotcp/modules/pico_sntp_client.c
Line 469 in 4caf650
When performing a SNTP sync there is a memory leak of about 1k.
I'm at the latest version of the stack.
The text was updated successfully, but these errors were encountered: