We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8310f commit b44edf6Copy full SHA for b44edf6
1 file changed
src/EthernetClient.cpp
@@ -195,6 +195,7 @@ void EthernetClient::stop()
195
tcp_connection_close(_tcp_client->pcb, _tcp_client);
196
}
197
mem_free(_tcp_client);
198
+ _tcp_client = NULL;
199
200
201
uint8_t EthernetClient::connected()
0 commit comments