- Fixed http_free freeing memory in http.obj.

git-svn-id: svn://kolibrios.org@8570 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
superturbocat2001 2021-02-03 22:51:30 +00:00
parent 86ace858bf
commit 66294e553a

View File

@ -201,6 +201,7 @@ 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
@ -2047,4 +2048,4 @@ dll.load dd ?
proxyAddr rb 256
proxyUser rb 256
proxyPassword rb 256
proxyPort dd ?
proxyPort dd ?