- Restored revision with http_free fix

git-svn-id: svn://kolibrios.org@8575 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
superturbocat2001 2021-02-04 23:19:41 +00:00
parent ca712957b8
commit f1cd74c5c8

View File

@ -201,8 +201,8 @@ proc HTTP_free identifier ;/////////////////////////////////////////////////////
mcall close, [ebp + http_msg.socket]
.not_connected:
invoke mem.free, [ebp + http_msg.content_ptr]
invoke mem.free, ebp
popa
ret