rollback to revision 8023

(http_free fix not working)

git-svn-id: svn://kolibrios.org@8571 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
superturbocat2001 2021-02-03 23:33:32 +00:00
parent 66294e553a
commit ca24e734fe

View File

@ -201,7 +201,6 @@ proc HTTP_free identifier ;/////////////////////////////////////////////////////
mcall close, [ebp + http_msg.socket] mcall close, [ebp + http_msg.socket]
.not_connected: .not_connected:
invoke mem.free, [ebp + http_msg.content_ptr]
invoke mem.free, ebp invoke mem.free, ebp
popa popa
@ -2048,4 +2047,4 @@ dll.load dd ?
proxyAddr rb 256 proxyAddr rb 256
proxyUser rb 256 proxyUser rb 256
proxyPassword rb 256 proxyPassword rb 256
proxyPort dd ? proxyPort dd ?