fixed bug #47448 (netconn/socket leak if RST is received during close)

This commit is contained in:
sg
2016-03-17 21:49:01 +01:00
parent 93ccba9bcb
commit 149bb36805
2 changed files with 12 additions and 3 deletions

View File

@@ -302,6 +302,9 @@ HISTORY
++ Bugfixes:
2013-03-17: Simon Goldschmidt
* api_msg.c: fixed bug #47448 (netconn/socket leak if RST is received during close)
2013-03-17: Joel Cunningham
* api_msg.c: don't fail closing a socket/netconn when failing to allocate the
FIN segment; blocking the calling thread for a while is better than risking