forked from KolibriOS/kolibrios
Actually release the TCP socket once it's closed.
git-svn-id: svn://kolibrios.org@3161 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
3341bc3ceb
commit
d0efc3d714
@ -191,6 +191,9 @@ TCP_close:
|
||||
|
||||
call SOCKET_is_disconnected
|
||||
|
||||
mov ecx, [eax + SOCKET.Number]
|
||||
call SOCKET_close
|
||||
|
||||
ret
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user