SOCKET_close, free TCP socket after closing connection.

git-svn-id: svn://kolibrios.org@3646 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2013-06-12 09:06:59 +00:00
parent 2f59aa1b32
commit 97a976fc9a

View File

@ -749,6 +749,7 @@ SOCKET_close:
call TCP_usrclosed
call TCP_output ;;;; Fixme: is this nescessary??
call SOCKET_free
ret