Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b44edf6

Browse filesBrowse files
TingRuazhangfpistm
andauthored
Update EthernetClient.cpp (#94)
Signed-off-by: TingRua zhang <68175738+q1098401179@users.noreply.github.com> Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
1 parent cc8310f commit b44edf6
Copy full SHA for b44edf6

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎src/EthernetClient.cpp

Copy file name to clipboardExpand all lines: src/EthernetClient.cpp
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ void EthernetClient::stop()
195195
tcp_connection_close(_tcp_client->pcb, _tcp_client);
196196
}
197197
mem_free(_tcp_client);
198+
_tcp_client = NULL;
198199
}
199200

200201
uint8_t EthernetClient::connected()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.