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:
hidnplayr 2013-01-11 13:51:51 +00:00
parent 3341bc3ceb
commit d0efc3d714

View File

@ -191,6 +191,9 @@ TCP_close:
call SOCKET_is_disconnected
mov ecx, [eax + SOCKET.Number]
call SOCKET_close
ret